diff --git a/spec.bs b/spec.bs index b3dd352..7d156f5 100644 --- a/spec.bs +++ b/spec.bs @@ -1485,6 +1485,8 @@ A {{SharedStorageDeleteMethod}} has the following associated fields: 1. Set |this|'s [=SharedStorageModifierMethod/with lock=] to |options|["{{SharedStorageModifierMethodOptions/withLock}}"]. +
+ The new SharedStorageAppendMethod(|key|, |value|, |options|) constructor steps are: 1. Let |globalObject| be the [=current realm=]'s [=global object=]. @@ -1508,6 +1510,8 @@ A {{SharedStorageDeleteMethod}} has the following associated fields: 1. Set |this|'s [=SharedStorageModifierMethod/with lock=] to |options|["{{SharedStorageModifierMethodOptions/withLock}}"].
+
+ The new SharedStorageAppendMethod(|key|, |options|) constructor steps are: 1. Let |globalObject| be the [=current realm=]'s [=global object=]. @@ -1529,6 +1533,8 @@ A {{SharedStorageDeleteMethod}} has the following associated fields: 1. Set |this|'s [=SharedStorageModifierMethod/with lock=] to |options|["{{SharedStorageModifierMethodOptions/withLock}}"].
+
+ The new SharedStorageClearMethod(|options|) constructor steps are: 1. Let |globalObject| be the [=current realm=]'s [=global object=]. @@ -1545,7 +1551,7 @@ A {{SharedStorageDeleteMethod}} has the following associated fields: 1. If |databaseMap| is failure, throw a {{TypeError}}. 1. If |options|["{{SharedStorageModifierMethodOptions/withLock}}"] [=map/exists=]: 1. If |options|["{{SharedStorageModifierMethodOptions/withLock}}"] starts with U+002D HYPHEN-MINUS (-), throw a {{TypeError}}. - 1. Set |this|'s [=SharedStorageModifierMethod/with lock=] to |options|["{{SharedStorageModifierMethodOptions/withLock}}"]. + 1. Set [=this=]'s [=SharedStorageModifierMethod/with lock=] to |options|["{{SharedStorageModifierMethodOptions/withLock}}"].
The {{SharedStorage}} Interface {#shared-storage-interface}