Skip to content

Commit 68f793b

Browse files
committed
Delete wrong scaladoc
1 parent 928cb9e commit 68f793b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

dom/src/main/scala/org/scalajs/dom/WorkerOptions.scala

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@ package org.scalajs.dom
22

33
import scala.scalajs.js
44

5-
/** The Worker interface represents a background task that can be easily created and can send messages back to their
6-
* creators. Creating a worker is as simple as calling the Worker() constructor, specifying a script to be run in the
7-
* worker thread.
8-
*
9-
* Of note is the fact that workers may in turn spawn new workers as long as those workers are hosted within the same
10-
* origin as the parent page. In addition, workers may use XMLHttpRequest for network I/O, with the exception that the
11-
* responseXML and channel attributes on XMLHttpRequest always return null.
12-
*/
135
@js.native
146
trait WorkerOptions extends js.Any {
157
var credentials: js.UndefOr[RequestCredentials] = js.native

0 commit comments

Comments
 (0)