mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
"use strict";
|
|
|
|
self.onmessage = function () {};
|
|
|
|
debugger;
|
|
postMessage("worker");
|