Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Nov 21, 2023
1 parent c5fb27a commit 8b20076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/http/lib/src/client_stub.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import 'base_client.dart';

/// Implemented in `browser_client.dart` and `io_client.dart`.
BaseClient createClient() => throw UnsupportedError(
'Cannot create a client without dart:html or dart:io.');
'Cannot create a client without dart:js_interop or dart:io.');

0 comments on commit 8b20076

Please sign in to comment.