tenfourfox/testing/mochitest/tests/Harness_sanity/importtesting_chromescript.js

4 lines
167 B
JavaScript
Raw Normal View History

2017-04-19 07:56:45 +00:00
addMessageListener("ImportTesting:IsModuleLoaded", function (msg) {
sendAsyncMessage("ImportTesting:IsModuleLoadedReply", Components.utils.isModuleLoaded(msg));
});