Skip to content

Commit 0ff7356

Browse files
committed
feat: Changes following reviewer feedback
1 parent edc4799 commit 0ff7356

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web-workers/worker-playground/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ <h1>Worker Playground!</h1>
1313
<p>
1414
Type your code into the following text area, and the app will
1515
<code>eval()</code> it in a Dedicated Worker, Shared Worker, and Service
16-
Worker, letting you know whether it is supported in those contexts.
16+
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>:
1719
</p>
1820

1921
<textarea id="inp" cols="80" rows="10"></textarea>

0 commit comments

Comments
 (0)