mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
3 lines
167 B
JavaScript
3 lines
167 B
JavaScript
|
|
addMessageListener("ImportTesting:IsModuleLoaded", function (msg) {
|
||
|
|
sendAsyncMessage("ImportTesting:IsModuleLoadedReply", Components.utils.isModuleLoaded(msg));
|
||
|
|
});
|