Skip to content

Add WorkerOptions to [Shared]Worker constructors #691

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 9 commits into from
Apr 13, 2022
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
Match scaladoc to code
  • Loading branch information
armanbilge authored Apr 6, 2022
commit 2f3597dd683cfa43fc1cbbed6b56dd3d68c7d8a9
2 changes: 1 addition & 1 deletion dom/src/main/scala/org/scalajs/dom/SharedWorker.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import scala.scalajs.js.|
* thrown.
* @example
* {{{var myWorker = new SharedWorker("aURL", name);}}}
* @param stringUrl
* @param scriptURL
* A DOMString representing the URL of the script the worker will execute. It must obey the same-origin policy.
* @param options
* A DOMString specifying an identifying name for the SharedWorkerGlobalScope representing the scope of the worker,
Expand Down