mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-07 11:48:19 +02:00
This patch adds a test to ensure that a dedicated worker can be created in a page which is controlled by a servcie worker. Differential Revision: https://phabricator.services.mozilla.com/D132371
3 lines
59 B
JavaScript
3 lines
59 B
JavaScript
self.onmessage = msg => {
|
|
self.postMessage(msg.data);
|
|
};
|