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 d940075 commit 02fbf8cCopy full SHA for 02fbf8c
CHANGELOG.md
@@ -6,6 +6,15 @@
6
7
### Core libraries
8
9
+#### `dart:html`
10
+
11
+* **Breaking Change**: Changed the return type of several html native methods
12
+involving Futures. In return types that matched Future<List<T>>, T was changed
13
+to `dynamic`. These methods would have resulted in a runtime error if they were
14
+used (see Issue [39627][]).
15
16
+[39627]: https://github.com/dart-lang/sdk/issues/39627
17
18
#### `dart:io`
19
20
### Dart VM
0 commit comments