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
{{ message }}
This repository has been archived by the owner on Dec 3, 2017. It is now read-only.
Hi, could you update the library to avoid of using deprecated API?
There is stack from FF 31:
"DEPRECATED: The widget module is deprecated. Please consider using the sdk/ui module instead.
Traceback (most recent call last):
File "resource://gre/modules/commonjs/sdk/addon/runner.js", line 113, in startup/<
run(options);
File "resource://gre/modules/commonjs/sdk/addon/runner.js", line 161, in run
quit: exit
........................................................
File "resource://jid1-bedgas3lmlydea-at-jetpack/browser-action/lib/browserAction.js", line 318, in Badge
let tbw = createBadge(browserAction, badgeState);
File "resource://jid1-bedgas3lmlydea-at-jetpack/browser-action/lib/browserAction.js", line 222, in createBadge
onClick: function() {
File "resource://jid1-bedgas3lmlydea-at-jetpack/toolbarwidget/lib/toolbarwidget.js", line 343, in exports.ToolbarWidget
let sdkWidget = require('sdk/widget').Widget(options);
That will be really helpful. Thank you!
The text was updated successfully, but these errors were encountered:
When I published this module, Firefox's support for Chrome-style buttons was bad. Now the situation has significantly been improved, so I recommend to use the built-in sdk/ui modules instead.
Hi, could you update the library to avoid of using deprecated API?
There is stack from FF 31:
"DEPRECATED: The widget module is deprecated. Please consider using the sdk/ui module instead.
Traceback (most recent call last):
File "resource://gre/modules/commonjs/sdk/addon/runner.js", line 113, in startup/<
run(options);
File "resource://gre/modules/commonjs/sdk/addon/runner.js", line 161, in run
quit: exit
........................................................
File "resource://jid1-bedgas3lmlydea-at-jetpack/browser-action/lib/browserAction.js", line 318, in Badge
let tbw = createBadge(browserAction, badgeState);
File "resource://jid1-bedgas3lmlydea-at-jetpack/browser-action/lib/browserAction.js", line 222, in createBadge
onClick: function() {
File "resource://jid1-bedgas3lmlydea-at-jetpack/toolbarwidget/lib/toolbarwidget.js", line 343, in exports.ToolbarWidget
let sdkWidget = require('sdk/widget').Widget(options);
That will be really helpful. Thank you!
The text was updated successfully, but these errors were encountered: