mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
add window.self read-only property (#4131)
This commit is contained in:
parent
5946808f66
commit
0e37184ca8
3 changed files with 15 additions and 0 deletions
|
@ -32,6 +32,7 @@ Deno[Deno.symbols.internal] = internalObject;
|
|||
|
||||
export const mainRuntimeGlobalProperties = {
|
||||
window: readOnly(globalThis),
|
||||
self: readOnly(globalThis),
|
||||
Deno: readOnly(Deno),
|
||||
|
||||
crypto: readOnly(csprng),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue