| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/ja/docs/Web/API/WorkerGlobalScope/self | [Back] [Original] |
Get to know MDN better
self WorkerGlobalScope WorkerGlobalScope DedicatedWorkerGlobalScope SharedWorkerGlobalScopeServiceWorkerGlobalScope
console.log(self);
DedicatedWorkerGlobalScope {
undefined: undefined, Infinity: Infinity, Math: MathConstructor, NaN: NaN, Intl: Object}
Infinity: Infinity
Array: function Array() { [native code] }
arguments: null
caller: null
isArray: function isArray() { [native code] }
length: 1
name: "Array"
observe: function observe() { [native code] }
prototype: Array[0]
unobserve: function unobserve() { [native code] }
__proto__: function Empty() {}
<function scope>
ArrayBuffer: function ArrayBuffer() { [native code] }
Blob: function Blob() { [native code] }
Boolean: function Boolean() { [native code] }
DataView: function DataView() { [native code] }
Date: function Date() { [native code] }
DedicatedWorkerGlobalScope: function DedicatedWorkerGlobalScope() { [native code] }
Error: function Error() { [native code] }
// etc. etc.
| HTML # dom-workerglobalscope-self-dev |
WorkerGlobalScope
WorkerGlobalScope| Web Proxy Viewer | New URL | Original Page |