You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the following sentence at the end of the paragraph that defines [=lock manager=]: "Additionally, each user agent includes one [=shared storage lock managers map=] for Web Locks API's integration with the Shared Storage API."
2393
2393
2394
+
2395
+
## Monkey Patch for locks getter steps ## {#monkey-patch-for-locks-getter-steps}
2396
+
2397
+
The [=locks getter steps=] should be updated to the following setps:
2398
+
2399
+
<div algorithm='monkey-patch-locks-getter-steps'>
2400
+
1. Let |globalObject| be the [=current realm=]'s [=global object=].
2401
+
1. If |globalObject| is a {{SharedStorageWorkletGlobalScope}}:
2402
+
1. If the |globalObject|'s [=SharedStorageWorkletGlobalScope/addModule success=] is false, then throw a {{TypeError}}.
0 commit comments