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
I am writing a browser extension script to parse the data returned the server.
In my application scenario, for those returned masses, I only need to use decode and toObject, but the current command line does not support selecting the required methods. In order to minimize the script size, I have to manually delete those redundant methods.
I am writing a browser extension script to parse the data returned the server.
In my application scenario, for those returned masses, I only need to use
decode
andtoObject
, but the current command line does not support selecting the required methods. In order to minimize the script size, I have to manually delete those redundant methods.I would like to have some thing like:
The text was updated successfully, but these errors were encountered: