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