mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-20 10:33:36 +00:00
6 lines
66 B
JavaScript
6 lines
66 B
JavaScript
"use strict";
|
|
|
|
onmessage = function () {};
|
|
|
|
postMessage("ready");
|