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
scratch-desktop uses nets for telemetry. nets uses deprecated request package and also adds xhr package which is never used (since telemetry is done in the "main process" that doesn't have XHR.)
We should use node-fetch, axios, or similar libraries.
The text was updated successfully, but these errors were encountered:
scratch-desktop uses
nets
for telemetry.nets
uses deprecatedrequest
package and also addsxhr
package which is never used (since telemetry is done in the "main process" that doesn't have XHR.)We should use
node-fetch
,axios
, or similar libraries.The text was updated successfully, but these errors were encountered: