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 ca5db29 + dd3ff5d commit 2090589Copy full SHA for 2090589
src/URLAPI/URLSearchParams.res
@@ -50,7 +50,7 @@ Returns the first value associated to the given search parameter.
50
[Read more on MDN](https://developer.mozilla.org/docs/Web/API/URLSearchParams/get)
51
*/
52
@send
53
-external get: (urlSearchParams, string) => string = "get"
+external get: (urlSearchParams, string) => null<string> = "get"
54
55
/**
56
Returns all the values association with a given search parameter.
0 commit comments