mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
chore: cleanup remaining internals.future
code (#25624)
This commit is contained in:
parent
a666c8c9f9
commit
e4ea9be874
11 changed files with 1 additions and 64 deletions
|
@ -112,7 +112,6 @@ const mainRuntimeGlobalProperties = {
|
|||
Location: location.locationConstructorDescriptor,
|
||||
location: location.locationDescriptor,
|
||||
Window: globalInterfaces.windowConstructorDescriptor,
|
||||
window: core.propGetterOnly(() => globalThis),
|
||||
self: core.propGetterOnly(() => globalThis),
|
||||
Navigator: core.propNonEnumerable(Navigator),
|
||||
navigator: core.propGetterOnly(() => navigator),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue