Skip to content
New issue

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

Web APIs - 使用原生 Fetch API 獲取遠端資料 | Roya's Blog #80

Open
awdr74100 opened this issue Aug 11, 2020 · 0 comments
Open

Comments

@awdr74100
Copy link
Owner

https://awdr74100.github.io/2020-08-08-webapis-fetch/

大多人開發項目都是使用 Axios 或者 jQuery 庫的 $.ajax 方法來完成 HTTP 請求行為,如果要使用 JS 原生的方法,只有 XMLHttpRequest 可以選擇,但程序繁瑣、順序混亂等問題,我相信大家因該都有遇到過,這次來記錄一下 ES6 新增的原生方法 Fetch API。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant