Skip to content

Add Worker playground #322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 4, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: Changes following reviewer feedback
  • Loading branch information
bsmth committed Jul 4, 2025
commit 0ff7356c566ba15323a5daf15404bb349818148d
4 changes: 3 additions & 1 deletion web-workers/worker-playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ <h1>Worker Playground!</h1>
<p>
Type your code into the following text area, and the app will
<code>eval()</code> it in a Dedicated Worker, Shared Worker, and Service
Worker, letting you know whether it is supported in those contexts.
Worker, letting you know whether it is supported and what it returns in
those contexts. For example, try <code>XMLHttpRequest</code>,
<code>registration</code>, or <code>location</code>:
</p>

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