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
Hi! any chance you might want to expose the mod fetch publicly or make it a tiny crate? I started doing something similar and later I just plain copy-pasted the module since it does everything I need, I'm getting some requests that I want to convert to http_types::Request, same with responses and potentially converting the other way around from the http_types to JS equivalent. Even the WindowOrWorker is useful.
The text was updated successfully, but these errors were encountered:
Hi! any chance you might want to expose the
mod fetch
publicly or make it a tiny crate? I started doing something similar and later I just plain copy-pasted the module since it does everything I need, I'm getting some requests that I want to convert tohttp_types::Request
, same with responses and potentially converting the other way around from the http_types to JS equivalent. Even theWindowOrWorker
is useful.The text was updated successfully, but these errors were encountered: