Merge branch 'master' into web-http-status

This commit is contained in:
Moritz 2025-02-20 11:03:27 -08:00 committed by Aran Donohue
commit 5a34637a43
No known key found for this signature in database
GPG Key ID: EA98761C2C20A998
2 changed files with 2 additions and 3 deletions

View File

@ -13,4 +13,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.
export 'io_bits_io.dart' if (dart.library.html) 'io_bits_web.dart';
export 'io_bits_io.dart' if (dart.library.js_interop) 'io_bits_web.dart';

View File

@ -13,8 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// ignore: deprecated_member_use (#756)
export 'dart:html' show HttpStatus;
export 'package:web/web.dart' show HttpStatus;
/// Unavailable on the web
class InternetAddress {}