We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NativeScript Core already contains a polyfill for XMLHttpRequest here: https://github.com/NativeScript/NativeScript/blob/main/packages/core/xhr/index.ts
Canvas-polyfill uses its own polyfill: https://github.com/NativeScript/canvas/blob/master/packages/canvas-polyfill/async/xhr/TNSXMLHttpRequest.ts
This breaks functionality for libraries that use default NS polyfill (e.g. axios).
The text was updated successfully, but these errors were encountered:
There are somethings I need to add back into core to ensure the 3rd party libs used with canvas remain functional , that’s the only reason it exists
Sorry, something went wrong.
Time to to move the extra features into core
No branches or pull requests
NativeScript Core already contains a polyfill for XMLHttpRequest here:
https://github.com/NativeScript/NativeScript/blob/main/packages/core/xhr/index.ts
Canvas-polyfill uses its own polyfill: https://github.com/NativeScript/canvas/blob/master/packages/canvas-polyfill/async/xhr/TNSXMLHttpRequest.ts
This breaks functionality for libraries that use default NS polyfill (e.g. axios).
The text was updated successfully, but these errors were encountered: