mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-07-04 22:38:47 +00:00
6 lines
66 B
JavaScript
6 lines
66 B
JavaScript
"use strict";
|
|
|
|
onmessage = function () {};
|
|
|
|
postMessage("ready");
|