mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 13:58:40 +09:00
9 lines
183 B
JavaScript
9 lines
183 B
JavaScript
postMessage("good_worker_could_load");
|
|
try {
|
|
importScripts('rsf_imported.js');
|
|
} catch(e) {
|
|
postMessage("good_worker_after_importscripts");
|
|
}
|
|
finally {
|
|
postMessage("finish");
|
|
}
|