gloo
gloo copied to clipboard
gloo-net: Missing `AbortController` re-export
Describe the Bug
gloo-net reexports web_sys::AbortSignal but it does not reexport web_sys::AbortController. Technically only the signal is needed for the Request API, but there's no way to use it without having to independently depend on web_sys to get at AbortController. This is annoying as I shouldn't need to depend on web_sys directly to use gloo::net::http::Request's API.