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 edc4799 commit 0ff7356Copy full SHA for 0ff7356
web-workers/worker-playground/index.html
@@ -13,7 +13,9 @@ <h1>Worker Playground!</h1>
13
<p>
14
Type your code into the following text area, and the app will
15
<code>eval()</code> it in a Dedicated Worker, Shared Worker, and Service
16
- Worker, letting you know whether it is supported in those contexts.
+ Worker, letting you know whether it is supported and what it returns in
17
+ those contexts. For example, try <code>XMLHttpRequest</code>,
18
+ <code>registration</code>, or <code>location</code>:
19
</p>
20
21
<textarea id="inp" cols="80" rows="10"></textarea>
0 commit comments