Skip to main content

self

Less than 1 minutefeatureweb-standard

self

Specopen in new window

Module

web.selfopen in new window

Types

interface Window {
  get self(): typeof globalThis;
}

Entry points

core-js(-pure)/stable|actual|full/self

Example

Examplesopen in new window:

self.Array === Array; // => true