HttpRequest.request doesn't give access to the HttpRequest until it completes, making it difficult to cancel #23935
Labels
area-web-js
Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.
library-html
web-libraries
Issues impacting dart:html, etc., libraries
Related to #22265 but doesn't need such a general solution as canceling the futures. It would be better if the method would just return the HttpRequest or the future would complete immediately and then have a Future that you could wait on for the response.
The text was updated successfully, but these errors were encountered: