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
The Fetch API is a modern, promise-based approach for making HTTP requests in JavaScript environments. While natively available in browsers, Node.js has integrated the Fetch API as a stable feature since version 18. This eliminates the need for external libraries like node-fetch for basic fetching functionalities. This takes an isomorphic approach to making requests.
New Feature / Enhancement Checklist
Current Limitation
XMLHttpRequest for Node hasn't been updated in 7 years.
Feature / Enhancement Description
The Fetch API is a modern, promise-based approach for making HTTP requests in JavaScript environments. While natively available in browsers, Node.js has integrated the Fetch API as a stable feature since version 18. This eliminates the need for external libraries like node-fetch for basic fetching functionalities. This takes an isomorphic approach to making requests.
Example Use Case
Features that could be added to the SDK
To implement
The text was updated successfully, but these errors were encountered: