File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
* Upgrade to ` package:lints ` version 5.0.0 and Dart SDK version 3.5.0.
8
8
* Upgrade ` example/grpc-web ` code.
9
9
* Update xhr transport to migrate off legacy JS/HTML apis.
10
+ * Use ` package:web ` to get ` HttpStatus `
10
11
11
12
## 4.0.1
12
13
Original file line number Diff line number Diff line change 13
13
// See the License for the specific language governing permissions and
14
14
// limitations under the License.
15
15
16
- export 'io_bits_io.dart' if (dart.library.html ) 'io_bits_web.dart' ;
16
+ export 'io_bits_io.dart' if (dart.library.js_interop ) 'io_bits_web.dart' ;
Original file line number Diff line number Diff line change 13
13
// See the License for the specific language governing permissions and
14
14
// limitations under the License.
15
15
16
- // ignore: deprecated_member_use (#756)
17
- export 'dart:html' show HttpStatus;
16
+ export 'package:web/web.dart' show HttpStatus;
18
17
19
18
/// Unavailable on the web
20
19
class InternetAddress {}
You can’t perform that action at this time.
0 commit comments