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 b26c527 commit 2f3597dCopy full SHA for 2f3597d
dom/src/main/scala/org/scalajs/dom/SharedWorker.scala
@@ -16,7 +16,7 @@ import scala.scalajs.js.|
16
* thrown.
17
* @example
18
* {{{var myWorker = new SharedWorker("aURL", name);}}}
19
- * @param stringUrl
+ * @param scriptURL
20
* A DOMString representing the URL of the script the worker will execute. It must obey the same-origin policy.
21
* @param options
22
* A DOMString specifying an identifying name for the SharedWorkerGlobalScope representing the scope of the worker,
0 commit comments