Skip to content

Commit 56004bb

Browse files
authored
fix typo
1 parent b70bfe6 commit 56004bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1757,7 +1757,7 @@ Note: The [=determine if a navigable has fully revoked network=] algorithm ensur
17571757
1. If |context| is null, return a [=promise rejected=] with a {{TypeError}}.
17581758
1. If |context|'s [=active window=]'s [=associated document=] is not [=fully active=], return a [=promise rejected=] with a {{TypeError}}.
17591759
1. For each |method| in |methods|:
1760-
1. |method|["{{SharedStorageModifierMethodOptions/withLock}}"] [=map/exists=]:
1760+
1. If |method|["{{SharedStorageModifierMethodOptions/withLock}}"] [=map/exists=]:
17611761
1. Return a [=promise rejected=] with a {{TypeError}}.
17621762

17631763
Note: `batchUpdate()` executes as a transactional operation. To avoid potential deadlocks from finer-grained locking, inner methods within `batchUpdate()` cannot utilize the `withLock` option. Instead of ignoring this option, an error is thrown to enforce the restriction and prevent misuse.

0 commit comments

Comments
 (0)