Dart API Referencedart:htmlSharedWorker

SharedWorker Interface

Not yet implemented by Firefox.

Extends

AbstractWorker

Constructors

Code new SharedWorker(String scriptURL, [String name]) #

SharedWorker(String scriptURL, [String name]);

Fields

Code final MessagePort port #

final MessagePort port;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.