You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -57,7 +57,6 @@ let h3 = new AcceptLanguage({ 'en-US': 1 });
57
57
- All setters now also accept `undefined | null` in addition to `string` and custom object values. Setting a header to `undefined | null` is the same as using `headers.delete()`.
58
58
59
59
```ts
60
-
// before
61
60
let headers =newSuperHeaders({ 'Content-Type': 'text/html' });
0 commit comments