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 change made in 352982f added a bunch of references to Services which is only available internally in firefox code. Makes it so that we can no longer use this library in client-side code.
The text was updated successfully, but these errors were encountered:
I don't think this is actually the case; all of the calls that reference the Services object in that commit are behind a check with if(typeof Services !== "undefined").
If you have an object named Services in your own code, I guess this might conflict, but otherwise it should still work fine in client-side code.
The change made in 352982f added a bunch of references to
Services
which is only available internally in firefox code. Makes it so that we can no longer use this library in client-side code.The text was updated successfully, but these errors were encountered: