Skip to content

Commit a7d1908

Browse files
authored
fix compilation
1 parent 801ef12 commit a7d1908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ The {{SharedStorageSetMethod}}, {{SharedStorageAppendMethod}}, {{SharedStorageDe
13981398

13991399
[Exposed=(Window, SharedStorageWorklet)]
14001400
interface SharedStorageSetMethod : SharedStorageModifierMethod {
1401-
constructor(DOMString key, DOMString value, optional SharedStorageSetMethodOptions options);
1401+
constructor(DOMString key, DOMString value, optional SharedStorageSetMethodOptions options = {});
14021402
};
14031403

14041404
[Exposed=(Window, SharedStorageWorklet)]

0 commit comments

Comments
 (0)