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 adapter is the last piece of the puzzle for #401 .
For now createEvent expect a node.js style event. For platforms that are not node.js based, this creates un-necessary overhead, and a fetch adapter would allow to construct an H3 event from a Request.
The text was updated successfully, but these errors were encountered:
The fetch adapter is the last piece of the puzzle for #401 .
For now
createEvent
expect a node.js style event. For platforms that are not node.js based, this creates un-necessary overhead, and a fetch adapter would allow to construct an H3 event from a Request.The text was updated successfully, but these errors were encountered: