diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index b9fcd151f..4529183fb 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -25760,7 +25760,7 @@ declare var NavigationTransition: { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator) */ -interface Navigator extends NavigatorAutomationInformation, NavigatorBadge, NavigatorConcurrentHardware, NavigatorContentUtils, NavigatorCookies, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorPlugins, NavigatorStorage { +interface Navigator extends NavigatorAutomationInformation, NavigatorBadge, NavigatorConcurrentHardware, NavigatorContentUtils, NavigatorCookies, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorPlugins, NavigatorStorage { /** * The **`clipboard`** read-only property of the Navigator interface returns a Clipboard object used to read and write the clipboard's contents. * Available only in secure contexts. @@ -25925,6 +25925,15 @@ interface NavigatorCookies { readonly cookieEnabled: boolean; } +interface NavigatorGPU { + /** + * Available only in secure contexts. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/gpu) + */ + readonly gpu: GPU; +} + interface NavigatorID { /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/appCodeName) */ readonly appCodeName: string; diff --git a/baselines/serviceworker.generated.d.ts b/baselines/serviceworker.generated.d.ts index 8e7fa9238..254fe2c9e 100644 --- a/baselines/serviceworker.generated.d.ts +++ b/baselines/serviceworker.generated.d.ts @@ -6834,6 +6834,15 @@ interface NavigatorConcurrentHardware { readonly hardwareConcurrency: number; } +interface NavigatorGPU { + /** + * Available only in secure contexts. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/gpu) + */ + readonly gpu: GPU; +} + interface NavigatorID { /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/appCodeName) */ readonly appCodeName: string; @@ -12510,7 +12519,7 @@ declare var WorkerLocation: { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerNavigator) */ -interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { +interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { /** * The read-only **`mediaCapabilities`** property of the WorkerNavigator interface references a MediaCapabilities object that can expose information about the decoding and encoding capabilities for a given format and output capabilities (as defined by the Media Capabilities API). * diff --git a/baselines/sharedworker.generated.d.ts b/baselines/sharedworker.generated.d.ts index 790aeda23..a8f1738d4 100644 --- a/baselines/sharedworker.generated.d.ts +++ b/baselines/sharedworker.generated.d.ts @@ -6517,6 +6517,15 @@ interface NavigatorConcurrentHardware { readonly hardwareConcurrency: number; } +interface NavigatorGPU { + /** + * Available only in secure contexts. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/gpu) + */ + readonly gpu: GPU; +} + interface NavigatorID { /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/appCodeName) */ readonly appCodeName: string; @@ -12049,7 +12058,7 @@ declare var WorkerLocation: { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerNavigator) */ -interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { +interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { /** * The read-only **`mediaCapabilities`** property of the WorkerNavigator interface references a MediaCapabilities object that can expose information about the decoding and encoding capabilities for a given format and output capabilities (as defined by the Media Capabilities API). * diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts index c99a1c61a..09cc2120f 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -25736,7 +25736,7 @@ declare var NavigationTransition: { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator) */ -interface Navigator extends NavigatorAutomationInformation, NavigatorBadge, NavigatorConcurrentHardware, NavigatorContentUtils, NavigatorCookies, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorPlugins, NavigatorStorage { +interface Navigator extends NavigatorAutomationInformation, NavigatorBadge, NavigatorConcurrentHardware, NavigatorContentUtils, NavigatorCookies, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorPlugins, NavigatorStorage { /** * The **`clipboard`** read-only property of the Navigator interface returns a Clipboard object used to read and write the clipboard's contents. * Available only in secure contexts. @@ -25901,6 +25901,15 @@ interface NavigatorCookies { readonly cookieEnabled: boolean; } +interface NavigatorGPU { + /** + * Available only in secure contexts. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/gpu) + */ + readonly gpu: GPU; +} + interface NavigatorID { /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/appCodeName) */ readonly appCodeName: string; diff --git a/baselines/ts5.5/serviceworker.generated.d.ts b/baselines/ts5.5/serviceworker.generated.d.ts index 696f313cf..c152f464f 100644 --- a/baselines/ts5.5/serviceworker.generated.d.ts +++ b/baselines/ts5.5/serviceworker.generated.d.ts @@ -6831,6 +6831,15 @@ interface NavigatorConcurrentHardware { readonly hardwareConcurrency: number; } +interface NavigatorGPU { + /** + * Available only in secure contexts. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/gpu) + */ + readonly gpu: GPU; +} + interface NavigatorID { /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/appCodeName) */ readonly appCodeName: string; @@ -12507,7 +12516,7 @@ declare var WorkerLocation: { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerNavigator) */ -interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { +interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { /** * The read-only **`mediaCapabilities`** property of the WorkerNavigator interface references a MediaCapabilities object that can expose information about the decoding and encoding capabilities for a given format and output capabilities (as defined by the Media Capabilities API). * diff --git a/baselines/ts5.5/sharedworker.generated.d.ts b/baselines/ts5.5/sharedworker.generated.d.ts index 103d1ce19..b4a61a7d7 100644 --- a/baselines/ts5.5/sharedworker.generated.d.ts +++ b/baselines/ts5.5/sharedworker.generated.d.ts @@ -6514,6 +6514,15 @@ interface NavigatorConcurrentHardware { readonly hardwareConcurrency: number; } +interface NavigatorGPU { + /** + * Available only in secure contexts. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/gpu) + */ + readonly gpu: GPU; +} + interface NavigatorID { /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/appCodeName) */ readonly appCodeName: string; @@ -12046,7 +12055,7 @@ declare var WorkerLocation: { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerNavigator) */ -interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { +interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { /** * The read-only **`mediaCapabilities`** property of the WorkerNavigator interface references a MediaCapabilities object that can expose information about the decoding and encoding capabilities for a given format and output capabilities (as defined by the Media Capabilities API). * diff --git a/baselines/ts5.5/webworker.generated.d.ts b/baselines/ts5.5/webworker.generated.d.ts index a9847a75e..51a1b7bf4 100644 --- a/baselines/ts5.5/webworker.generated.d.ts +++ b/baselines/ts5.5/webworker.generated.d.ts @@ -7705,6 +7705,15 @@ interface NavigatorConcurrentHardware { readonly hardwareConcurrency: number; } +interface NavigatorGPU { + /** + * Available only in secure contexts. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/gpu) + */ + readonly gpu: GPU; +} + interface NavigatorID { /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/appCodeName) */ readonly appCodeName: string; @@ -13995,7 +14004,7 @@ declare var WorkerLocation: { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerNavigator) */ -interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { +interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { /** * The read-only **`mediaCapabilities`** property of the WorkerNavigator interface references a MediaCapabilities object that can expose information about the decoding and encoding capabilities for a given format and output capabilities (as defined by the Media Capabilities API). * diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts index fa3c399f4..525f6cab8 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -25757,7 +25757,7 @@ declare var NavigationTransition: { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator) */ -interface Navigator extends NavigatorAutomationInformation, NavigatorBadge, NavigatorConcurrentHardware, NavigatorContentUtils, NavigatorCookies, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorPlugins, NavigatorStorage { +interface Navigator extends NavigatorAutomationInformation, NavigatorBadge, NavigatorConcurrentHardware, NavigatorContentUtils, NavigatorCookies, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorPlugins, NavigatorStorage { /** * The **`clipboard`** read-only property of the Navigator interface returns a Clipboard object used to read and write the clipboard's contents. * Available only in secure contexts. @@ -25922,6 +25922,15 @@ interface NavigatorCookies { readonly cookieEnabled: boolean; } +interface NavigatorGPU { + /** + * Available only in secure contexts. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/gpu) + */ + readonly gpu: GPU; +} + interface NavigatorID { /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/appCodeName) */ readonly appCodeName: string; diff --git a/baselines/ts5.6/serviceworker.generated.d.ts b/baselines/ts5.6/serviceworker.generated.d.ts index 696f313cf..c152f464f 100644 --- a/baselines/ts5.6/serviceworker.generated.d.ts +++ b/baselines/ts5.6/serviceworker.generated.d.ts @@ -6831,6 +6831,15 @@ interface NavigatorConcurrentHardware { readonly hardwareConcurrency: number; } +interface NavigatorGPU { + /** + * Available only in secure contexts. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/gpu) + */ + readonly gpu: GPU; +} + interface NavigatorID { /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/appCodeName) */ readonly appCodeName: string; @@ -12507,7 +12516,7 @@ declare var WorkerLocation: { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerNavigator) */ -interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { +interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { /** * The read-only **`mediaCapabilities`** property of the WorkerNavigator interface references a MediaCapabilities object that can expose information about the decoding and encoding capabilities for a given format and output capabilities (as defined by the Media Capabilities API). * diff --git a/baselines/ts5.6/sharedworker.generated.d.ts b/baselines/ts5.6/sharedworker.generated.d.ts index 103d1ce19..b4a61a7d7 100644 --- a/baselines/ts5.6/sharedworker.generated.d.ts +++ b/baselines/ts5.6/sharedworker.generated.d.ts @@ -6514,6 +6514,15 @@ interface NavigatorConcurrentHardware { readonly hardwareConcurrency: number; } +interface NavigatorGPU { + /** + * Available only in secure contexts. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/gpu) + */ + readonly gpu: GPU; +} + interface NavigatorID { /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/appCodeName) */ readonly appCodeName: string; @@ -12046,7 +12055,7 @@ declare var WorkerLocation: { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerNavigator) */ -interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { +interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { /** * The read-only **`mediaCapabilities`** property of the WorkerNavigator interface references a MediaCapabilities object that can expose information about the decoding and encoding capabilities for a given format and output capabilities (as defined by the Media Capabilities API). * diff --git a/baselines/ts5.6/webworker.generated.d.ts b/baselines/ts5.6/webworker.generated.d.ts index a9847a75e..51a1b7bf4 100644 --- a/baselines/ts5.6/webworker.generated.d.ts +++ b/baselines/ts5.6/webworker.generated.d.ts @@ -7705,6 +7705,15 @@ interface NavigatorConcurrentHardware { readonly hardwareConcurrency: number; } +interface NavigatorGPU { + /** + * Available only in secure contexts. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/gpu) + */ + readonly gpu: GPU; +} + interface NavigatorID { /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/appCodeName) */ readonly appCodeName: string; @@ -13995,7 +14004,7 @@ declare var WorkerLocation: { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerNavigator) */ -interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { +interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { /** * The read-only **`mediaCapabilities`** property of the WorkerNavigator interface references a MediaCapabilities object that can expose information about the decoding and encoding capabilities for a given format and output capabilities (as defined by the Media Capabilities API). * diff --git a/baselines/ts5.9/dom.generated.d.ts b/baselines/ts5.9/dom.generated.d.ts index 703ee857d..3d77d3cc6 100644 --- a/baselines/ts5.9/dom.generated.d.ts +++ b/baselines/ts5.9/dom.generated.d.ts @@ -25757,7 +25757,7 @@ declare var NavigationTransition: { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator) */ -interface Navigator extends NavigatorAutomationInformation, NavigatorBadge, NavigatorConcurrentHardware, NavigatorContentUtils, NavigatorCookies, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorPlugins, NavigatorStorage { +interface Navigator extends NavigatorAutomationInformation, NavigatorBadge, NavigatorConcurrentHardware, NavigatorContentUtils, NavigatorCookies, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorPlugins, NavigatorStorage { /** * The **`clipboard`** read-only property of the Navigator interface returns a Clipboard object used to read and write the clipboard's contents. * Available only in secure contexts. @@ -25922,6 +25922,15 @@ interface NavigatorCookies { readonly cookieEnabled: boolean; } +interface NavigatorGPU { + /** + * Available only in secure contexts. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/gpu) + */ + readonly gpu: GPU; +} + interface NavigatorID { /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/appCodeName) */ readonly appCodeName: string; diff --git a/baselines/ts5.9/serviceworker.generated.d.ts b/baselines/ts5.9/serviceworker.generated.d.ts index 01b758eba..91c2d0e00 100644 --- a/baselines/ts5.9/serviceworker.generated.d.ts +++ b/baselines/ts5.9/serviceworker.generated.d.ts @@ -6831,6 +6831,15 @@ interface NavigatorConcurrentHardware { readonly hardwareConcurrency: number; } +interface NavigatorGPU { + /** + * Available only in secure contexts. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/gpu) + */ + readonly gpu: GPU; +} + interface NavigatorID { /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/appCodeName) */ readonly appCodeName: string; @@ -12507,7 +12516,7 @@ declare var WorkerLocation: { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerNavigator) */ -interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { +interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { /** * The read-only **`mediaCapabilities`** property of the WorkerNavigator interface references a MediaCapabilities object that can expose information about the decoding and encoding capabilities for a given format and output capabilities (as defined by the Media Capabilities API). * diff --git a/baselines/ts5.9/sharedworker.generated.d.ts b/baselines/ts5.9/sharedworker.generated.d.ts index af0f54b24..5f0075fe2 100644 --- a/baselines/ts5.9/sharedworker.generated.d.ts +++ b/baselines/ts5.9/sharedworker.generated.d.ts @@ -6514,6 +6514,15 @@ interface NavigatorConcurrentHardware { readonly hardwareConcurrency: number; } +interface NavigatorGPU { + /** + * Available only in secure contexts. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/gpu) + */ + readonly gpu: GPU; +} + interface NavigatorID { /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/appCodeName) */ readonly appCodeName: string; @@ -12046,7 +12055,7 @@ declare var WorkerLocation: { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerNavigator) */ -interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { +interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { /** * The read-only **`mediaCapabilities`** property of the WorkerNavigator interface references a MediaCapabilities object that can expose information about the decoding and encoding capabilities for a given format and output capabilities (as defined by the Media Capabilities API). * diff --git a/baselines/ts5.9/webworker.generated.d.ts b/baselines/ts5.9/webworker.generated.d.ts index 8c1b99157..a56e00793 100644 --- a/baselines/ts5.9/webworker.generated.d.ts +++ b/baselines/ts5.9/webworker.generated.d.ts @@ -7705,6 +7705,15 @@ interface NavigatorConcurrentHardware { readonly hardwareConcurrency: number; } +interface NavigatorGPU { + /** + * Available only in secure contexts. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/gpu) + */ + readonly gpu: GPU; +} + interface NavigatorID { /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/appCodeName) */ readonly appCodeName: string; @@ -13995,7 +14004,7 @@ declare var WorkerLocation: { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerNavigator) */ -interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { +interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { /** * The read-only **`mediaCapabilities`** property of the WorkerNavigator interface references a MediaCapabilities object that can expose information about the decoding and encoding capabilities for a given format and output capabilities (as defined by the Media Capabilities API). * diff --git a/baselines/webworker.generated.d.ts b/baselines/webworker.generated.d.ts index 55abce5d1..ae16e24eb 100644 --- a/baselines/webworker.generated.d.ts +++ b/baselines/webworker.generated.d.ts @@ -7708,6 +7708,15 @@ interface NavigatorConcurrentHardware { readonly hardwareConcurrency: number; } +interface NavigatorGPU { + /** + * Available only in secure contexts. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/gpu) + */ + readonly gpu: GPU; +} + interface NavigatorID { /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/appCodeName) */ readonly appCodeName: string; @@ -13998,7 +14007,7 @@ declare var WorkerLocation: { * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WorkerNavigator) */ -interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { +interface WorkerNavigator extends NavigatorBadge, NavigatorConcurrentHardware, NavigatorGPU, NavigatorID, NavigatorLanguage, NavigatorLocks, NavigatorOnLine, NavigatorStorage { /** * The read-only **`mediaCapabilities`** property of the WorkerNavigator interface references a MediaCapabilities object that can expose information about the decoding and encoding capabilities for a given format and output capabilities (as defined by the Media Capabilities API). * diff --git a/inputfiles/overridingTypes.jsonc b/inputfiles/overridingTypes.jsonc index 28b146460..629abafdc 100644 --- a/inputfiles/overridingTypes.jsonc +++ b/inputfiles/overridingTypes.jsonc @@ -1,16 +1,6 @@ { "mixins": { "mixin": { - "NavigatorGPU": { - "properties": { - "property": { - "gpu": { - // TODO: only for bcd@6.0.24 progressive acceptance, should be removed - "exposed": "" - } - } - } - }, "Animatable": { "methods": { "method": {