Skip to content

Commit

Permalink
use wasm-safe load logic
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Nov 21, 2023
1 parent e3ec656 commit 6ebcedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/http/lib/src/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import '../http.dart' as http;
import 'base_client.dart';
import 'base_request.dart';
import 'client_stub.dart'
if (dart.library.html) 'browser_client.dart'
if (dart.library.js_interop) 'browser_client.dart'
if (dart.library.io) 'io_client.dart';
import 'exception.dart';
import 'response.dart';
Expand Down

0 comments on commit 6ebcedf

Please sign in to comment.