From a7d190893c84e3f68996639ed683ad5d0ce86d4b Mon Sep 17 00:00:00 2001 From: Yao Xiao Date: Thu, 16 Jan 2025 12:13:54 +0800 Subject: [PATCH] fix compilation --- spec.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index ff03785..cfd1d5f 100644 --- a/spec.bs +++ b/spec.bs @@ -1398,7 +1398,7 @@ The {{SharedStorageSetMethod}}, {{SharedStorageAppendMethod}}, {{SharedStorageDe [Exposed=(Window, SharedStorageWorklet)] interface SharedStorageSetMethod : SharedStorageModifierMethod { - constructor(DOMString key, DOMString value, optional SharedStorageSetMethodOptions options); + constructor(DOMString key, DOMString value, optional SharedStorageSetMethodOptions options = {}); }; [Exposed=(Window, SharedStorageWorklet)]