gloo icon indicating copy to clipboard operation
gloo copied to clipboard

gloo-net: Missing `AbortController` re-export

Open lilyball opened this issue 3 years ago • 0 comments

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.

lilyball avatar Jun 29 '22 00:06 lilyball