-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We should use the fetch API for several reasons:
- It exists in the browser already, so will mean we don't need a browser specific build
- It's stable in Node 21
- AWS Lambda supports Node 20 where the Fetch API is enabled by default
- It's the standard mechanism for making HTTP calls
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request