trisquel-icecat/icecat/toolkit/modules/tests/xpcshell/my_catman_2.sys.mjs
2025-10-06 02:35:48 -06:00

9 lines
166 B
JavaScript

export let Module2 = {
othertest(arg) {
Services.obs.notifyObservers(
null,
"test-modules-from-catman-other-notification",
arg
);
},
};