Skip to content

Commit 0da683b

Browse files
authored
Update bcd to 3.3.13 (#1080)
1 parent 2652c3b commit 0da683b

File tree

5 files changed

+94
-115
lines changed

5 files changed

+94
-115
lines changed

baselines/serviceworker.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5330,6 +5330,7 @@ declare var WorkerLocation: {
53305330

53315331
/** A subset of the Navigator interface allowed to be accessed from a Worker. Such an object is initialized for each worker and is available via the WorkerGlobalScope.navigator property obtained by calling window.self.navigator. */
53325332
interface WorkerNavigator extends NavigatorConcurrentHardware, NavigatorID, NavigatorLanguage, NavigatorNetworkInformation, NavigatorOnLine, NavigatorStorage {
5333+
readonly mediaCapabilities: MediaCapabilities;
53335334
}
53345335

53355336
declare var WorkerNavigator: {

baselines/sharedworker.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5223,6 +5223,7 @@ declare var WorkerLocation: {
52235223

52245224
/** A subset of the Navigator interface allowed to be accessed from a Worker. Such an object is initialized for each worker and is available via the WorkerGlobalScope.navigator property obtained by calling window.self.navigator. */
52255225
interface WorkerNavigator extends NavigatorConcurrentHardware, NavigatorID, NavigatorLanguage, NavigatorNetworkInformation, NavigatorOnLine, NavigatorStorage {
5226+
readonly mediaCapabilities: MediaCapabilities;
52265227
}
52275228

52285229
declare var WorkerNavigator: {

baselines/webworker.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5443,6 +5443,7 @@ declare var WorkerLocation: {
54435443

54445444
/** A subset of the Navigator interface allowed to be accessed from a Worker. Such an object is initialized for each worker and is available via the WorkerGlobalScope.navigator property obtained by calling window.self.navigator. */
54455445
interface WorkerNavigator extends NavigatorConcurrentHardware, NavigatorID, NavigatorLanguage, NavigatorNetworkInformation, NavigatorOnLine, NavigatorStorage {
5446+
readonly mediaCapabilities: MediaCapabilities;
54465447
}
54475448

54485449
declare var WorkerNavigator: {

package-lock.json

Lines changed: 91 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)