@rescript/webapi 0.1.0-experimental-2554b01 → 0.1.0-experimental-2090589

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rescript/webapi",
3
- "version": "0.1.0-experimental-2554b01",
3
+ "version": "0.1.0-experimental-2090589",
4
4
  "description": "Experimental successor to [rescript-webapi](https://github.com/TheSpyder/rescript-webapi)",
5
5
  "homepage": "https://rescript-lang.github.io/experimental-rescript-webapi/",
6
6
  "bugs": "https://github.com/rescript-lang/experimental-rescript-webapi/issues",
@@ -50,7 +50,7 @@ Returns the first value associated to the given search parameter.
50
50
  [Read more on MDN](https://developer.mozilla.org/docs/Web/API/URLSearchParams/get)
51
51
  */
52
52
  @send
53
- external get: (urlSearchParams, string) => string = "get"
53
+ external get: (urlSearchParams, string) => null<string> = "get"
54
54
 
55
55
  /**
56
56
  Returns all the values association with a given search parameter.