Skip to content

Commit dad889c

Browse files
committed
Changed CacheMode from utils to browser_client file
1 parent 4bca978 commit dad889c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkgs/http/lib/src/browser_client.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class BrowserClient extends BaseClient {
5858
///
5959
/// Defaults to `default`.
6060
/// https://developer.mozilla.org/en-US/docs/Web/API/Request/cache
61-
BrowserClient([String? cacheMode]) : _cacheMode = cacheMode ?? "default";
61+
BrowserClient([String? cacheMode]) : _cacheMode = cacheMode ?? 'default';
6262

6363
/// Whether to send credentials such as cookies or authorization headers for
6464
/// cross-site requests.

0 commit comments

Comments
 (0)