Skip to content

Commit

Permalink
Avoid exporting duplicate Lock-related definitions from monkeypatches. (
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin authored Jan 21, 2025
1 parent 6df142d commit 1a02d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2343,12 +2343,12 @@ SharedStorageWorkletNavigator includes NavigatorLocks;

The {{LockManager}} and {{Lock}} are additionally exposed to SharedStorageWorklet:

<xmp class='idl'>
<xmp class='idl' noexport>
[SecureContext, Exposed=(Window,Worker,SharedStorageWorklet)]
interface LockManager {};
</xmp>

<xmp class='idl'>
<xmp class='idl' noexport>
[SecureContext, Exposed=(Window,Worker,SharedStorageWorklet)]
interface Lock {};
</xmp>
Expand Down

0 comments on commit 1a02d28

Please sign in to comment.