Skip to content

Commit bcb3648

Browse files
authored
Fix build (#864)
1 parent 23d4de0 commit bcb3648

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

inputfiles/idl/Web Background Synchronization.widl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ partial interface ServiceWorkerGlobalScope {
1212
attribute EventHandler onsync;
1313
};
1414

15-
[Constructor(DOMString type, SyncEventInit init), Exposed=ServiceWorker]
15+
[Exposed=ServiceWorker]
1616
interface SyncEvent : ExtendableEvent {
17+
constructor(DOMString type, SyncEventInit init);
1718
readonly attribute DOMString tag;
1819
readonly attribute boolean lastChance;
1920
};

inputfiles/idlSources.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@
528528
"title": "Web Authentication"
529529
},
530530
{
531-
"url": "https://wicg.github.io/BackgroundSync/spec/",
531+
"url": "https://wicg.github.io/background-sync/spec/",
532532
"title": "Web Background Synchronization"
533533
},
534534
{

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
},
1212
"dependencies": {
1313
"@types/jsdom": "^11.12.0",
14-
"@types/node": "^9.6.52",
14+
"@types/node": "^9.6.56",
1515
"@types/node-fetch": "^1.6.9",
16-
"@types/webidl2": "^23.8.0",
16+
"@types/webidl2": "^23.12.1",
1717
"cpx2": "^2.0.0",
1818
"jsdom": "^11.12.0",
1919
"node-fetch": "^2.6.0",
2020
"print-diff": "^0.1.1",
2121
"styleless-innertext": "^1.1.2",
2222
"typescript": "next",
23-
"webidl2": "^23.8.1"
23+
"webidl2": "^23.12.1"
2424
}
2525
}

0 commit comments

Comments
 (0)