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
dom.ext.Ajax has been deprecated. It's better to use native dom.Fetch API:
Usage: scala-js/scala-js-dom#627 (comment)
https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
The text was updated successfully, but these errors were encountered:
WIP #3370 but two compliations
Related https://stackoverflow.com/questions/70380171/ajax-post-dom-fetch/70412242#70412242
Sorry, something went wrong.
As Fetch API in scala-js-dom will not fully replace the XMLHttpRequest in Node.js, Ajax code will remain for a while.
xerial
Successfully merging a pull request may close this issue.
dom.ext.Ajax has been deprecated. It's better to use native dom.Fetch API:
Usage:
scala-js/scala-js-dom#627 (comment)
https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
The text was updated successfully, but these errors were encountered: