webext-docs icon indicating copy to clipboard operation
webext-docs copied to clipboard

MailExtension Documentation

Results 9 webext-docs issues
Sort by recently updated
recently updated
newest added

For Firefox there exists published TypeScript definitions for WebExtension, that can be easily installed and used via npm. They seem to be generated by https://github.com/jsmnbom/definitelytyped-firefox-webext-browser (and published to https://github.com/DefinitelyTyped/DefinitelyTyped). It...

E.g. the following functions on specify promise of `MailAccount>`/`MailIdentity`, but return `Promise` if the requested id does not exist. ```js await messenger.accounts.getDefaultIdentity("foo") await messenger.accounts.get("foo") await messenger.identities.get("foo") await messenger.identities.getDefault("foo") ``` The...

for addon manager tab created by extra->addons, the title also isn't there yet (it is 'loading...')

this: https://developer.thunderbird.net/add-ons/mailextensions/experiments could be referenced here: https://webextension-api.thunderbird.net/en/91/how-to/experiments.html and vice versa

After a message is moved, I can still get a message at the old id, it has a date (1970) and a folder set. Put that into the documentation? Remove...

In the description of windows.create() https://thunderbird-webextensions.readthedocs.io/en/latest/windows.html#create-createdata there is a -enable-panels flag, that does not seem to exists. See Philipps comment here: https://thunderbird.topicbox.com/groups/addons/Td610c189d5ae03e3-M35e88ef1f820f3e4623a52df/how-to-enable-enablepanels-flag

https://thunderbird.topicbox.com/groups/addons/Tc8b3eddb33451bcd/is-messenger-messages-deleteattachment-synchronous-or-async

The schema files are now in a state, where `null` return values are explicitly specified and listed as `or null`, and optional return values are returned as `undefined`. Be explicit...

I described this on the Add-on Developers [Topicbox](https://thunderbird.topicbox.com/groups/addons/Tc7d65707e0744212/change-in-beta-webextensions-api-messages-delete-and-the-docs-for-it), and I was requested to file this issue here. Recently I switched to the Release Channel and got 137.0.2. I had been...