mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 12:51:09 +02:00
6 lines
82 B
JavaScript
6 lines
82 B
JavaScript
"use strict";
|
|
|
|
self.onmessage = function () {};
|
|
|
|
debugger;
|
|
postMessage("worker");
|