You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output does not include any mention of ANDROID_INCOMPATIBLE_API
What is the expected or desired behavior?
The output should contain ANDROID_INCOMPATIBLE_API stating that the usage of Tabs.update with the loadReplace option is not supported by Firefox for Android.
Is this a feature request or a bug?
A bug
What is the current behavior?
When I use
Tabs.update
with theloadReplace
option, like so:It works well on Firefox for desktop, but in Firefox for Android I get this error when running the extension:
This is well documented in the browser compatibility docs, but when I use the linter to detect these types of issues as described in Developing extensions for Firefox for Android,
The output does not include any mention of
ANDROID_INCOMPATIBLE_API
What is the expected or desired behavior?
The output should contain
ANDROID_INCOMPATIBLE_API
stating that the usage ofTabs.update
with theloadReplace
option is not supported by Firefox for Android.Version information (for bug reports)
The text was updated successfully, but these errors were encountered: