We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bca978 commit dad889cCopy full SHA for dad889c
pkgs/http/lib/src/browser_client.dart
@@ -58,7 +58,7 @@ class BrowserClient extends BaseClient {
58
///
59
/// Defaults to `default`.
60
/// https://developer.mozilla.org/en-US/docs/Web/API/Request/cache
61
- BrowserClient([String? cacheMode]) : _cacheMode = cacheMode ?? "default";
+ BrowserClient([String? cacheMode]) : _cacheMode = cacheMode ?? 'default';
62
63
/// Whether to send credentials such as cookies or authorization headers for
64
/// cross-site requests.
0 commit comments