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 current approach for universal compatibility is to take node req and res as references and emulate them with unenv. With the new Event interface, we can move towards the native web events.
New H3Event class wrapping req and res and implementing FetchEvent interface (minimal)
Create new H3EventRequest class wrapping H3Event and implimenting Request interface (minimal)
New test suite for event interface
The text was updated successfully, but these errors were encountered:
Related to #73
The current approach for universal compatibility is to take node
req
andres
as references and emulate them with unenv. With the new Event interface, we can move towards the native web events.H3Event
class wrappingreq
andres
and implementing FetchEvent interface (minimal)H3EventRequest
class wrappingH3Event
and implimenting Request interface (minimal)The text was updated successfully, but these errors were encountered: