mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-06-12 03:28:33 +00:00
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
"use strict";
|
|
|
|
self.addEventListener("message", function (e) {
|
|
self.postMessage(e.data);
|
|
self.close();
|
|
});
|