summaryrefslogtreecommitdiffstats
path: root/testing/mochitest/tests/Harness_sanity/importtesting_chromescript.js
blob: 2c2f9bd55dcc21776a04baf11ec8e3ebb700de07 (plain)
1
2
3
addMessageListener("ImportTesting:IsModuleLoaded", function (msg) {
  sendAsyncMessage("ImportTesting:IsModuleLoadedReply", Components.utils.isModuleLoaded(msg));
});