Skip to content

Commit 0fe9b6f

Browse files
committed
add ObjectURLOptions to webworker
1 parent e0f2986 commit 0fe9b6f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

baselines/webworker.generated.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ interface NotificationOptions {
6161
icon?: string;
6262
}
6363

64+
interface ObjectURLOptions {
65+
oneTimeOnly?: boolean;
66+
}
67+
6468
interface PushSubscriptionOptionsInit {
6569
userVisibleOnly?: boolean;
6670
applicationServerKey?: any;

inputfiles/knownWorkerInterfaces.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"NotificationEventInit",
6767
"NotificationOptions",
6868
"NotificationPermissionCallback",
69+
"ObjectURLOptions",
6970
"Performance",
7071
"PerformanceNavigation",
7172
"PerformanceTiming",

0 commit comments

Comments
 (0)