We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfee98d commit 106aefdCopy full SHA for 106aefd
worklets/Overview.bs
@@ -115,7 +115,7 @@ The following techniques are used in order to encourage authors to write code in
115
116
- Code is loaded as a <a>module script</a> which resulting in the code being executed in <a>strict
117
mode code</a> without a shared this. This prevents two different module scripts sharing
118
- state be referencing shared objects on the global scope.
+ state by referencing shared objects on the global scope.
119
120
- These specifications must require user agents to always have at least two {{WorkletGlobalScope}}s
121
per {{Worklet}} and randomly assign a method or set of methods on a class to a particular
0 commit comments