chore: cleanup remaining internals.future code (#25624)

This commit is contained in:
Asher Gomez 2024-09-16 09:28:35 +10:00 committed by GitHub
parent a666c8c9f9
commit e4ea9be874
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 1 additions and 64 deletions

View file

@ -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),