Skip to content

Commit 22ced5b

Browse files
committed
Fix web workers reference
1 parent fbabdd2 commit 22ced5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ All of the following methods and properties shall be exposed on the global objec
183183
* `globalThis.`{{WebAssembly}}.{{WebAssembly/JSTag}} [[!WASM-JS-API-2]]
184184
* `globalThis.`{{WebAssembly}}.{{WebAssembly/validate()}} [[!WASM-JS-API-2]]
185185

186-
This Standard does not require runtimes to support web workers (see [[HTML#workers]]). However, if a runtime has global scopes that map to {{WorkerGlobalScope}} (see [[#global-scope]]), then the global object shall also expose {{WorkerGlobalScope/onerror}},
186+
This Standard does not require runtimes to support [=web workers=]. However, if a runtime has global scopes that map to {{WorkerGlobalScope}} (see [[#global-scope]]), then the global object shall also expose {{WorkerGlobalScope/onerror}},
187187
{{WorkerGlobalScope/onunhandledrejection}}, {{WorkerGlobalScope/onrejectionhandled}} and
188188
{{WorkerGlobalScope/self}},
189189
except as specified in [[#global-scope]]. [[!HTML]]

0 commit comments

Comments
 (0)