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.
2 parents 89c2d1b + 478118f commit ae90e53Copy full SHA for ae90e53
src/FetchAPI/Headers.res
@@ -40,7 +40,7 @@ external delete: (headers, string) => unit = "delete"
40
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Headers/get)
41
*/
42
@send
43
-external get: (headers, string) => string = "get"
+external get: (headers, string) => null<string> = "get"
44
45
/**
46
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/Headers/getSetCookie)
0 commit comments