...
- Browser:
fetch()
(built-in) Node.js: node-fetch (like browsers'
fetch()
)
...
When writing your front-end Javascript for your app:
- Use hash-based routing in Cordova / webview apps, and consider using hash-based routing for web apps, too
External Resources:
...