Skip to content
Closed
Changes from 1 commit
Commits
File filter

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
scalafmt
  • Loading branch information
russwyte committed Apr 1, 2021
commit 5176b445f7fcb7807ec42d625152b1d2b4f2c3b0
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import org.scalajs.dom.webworkers
@JSGlobal
class SharedWorker(stringUrl: String, name: js.UndefOr[String] = js.native)
extends webworkers.AbstractWorker {

/**
* The port property of the SharedWorker interface returns a [[MessagePort]]
* object used to communicate and control the shared worker.
Expand Down