We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d2dbe commit 47c7b63Copy full SHA for 47c7b63
1 file changed
lib/src/html/api/http_request.dart
@@ -517,6 +517,7 @@ class HttpRequest extends HttpRequestEventTarget {
517
518
// Set response data
519
_responseData = Uint8List.fromList(buffer);
520
+ dispatchEvent(ProgressEvent('load'));
521
} catch (error) {
522
dispatchEvent(ProgressEvent('error'));
523
} finally {
0 commit comments