Closed eyalroz closed 1 year ago
Quoting @arai-a in #68 :+1:
Services.jsm is planned to be removed in Firefox 117. Services global variable is available in WebExtensions experiments API global from version 88 https://bugzilla.mozilla.org/show_bug.cgi?id=1698158 , and also available in all system globals from version 104 https://bugzilla.mozilla.org/show_bug.cgi?id=1667455 , and those code doesn't have to import Services.jsm for recent versions.
Services.jsm
So, let's adjust our code accordingly. Still keeping TB 102 compatibility though, so - we will import where relevant.
Quoting @arai-a in #68 :+1:
So, let's adjust our code accordingly. Still keeping TB 102 compatibility though, so - we will import where relevant.