FiltaQuilla icon indicating copy to clipboard operation
FiltaQuilla copied to clipboard

Can't use official apis

Open Zawardo1000 opened this issue 7 months ago • 2 comments

I'm making a js action script to do some stuff during a filter. But i don't understand how to use the webextension apis... i saw filtaquilla already have a messenger defined: let messenger = Cc["@mozilla.org/messenger;1"].createInstance(Ci.nsIMessenger);

but when i try to access the api (example: messenger.folders.*) the api is undefined. What am i missing?

Zawardo1000 avatar Jul 05 '24 09:07 Zawardo1000