Commit dd3ff5d
authored
URLSearchParams.get should return null<string>
[MDN doc](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/get#return_value)
> A string if the given search parameter is found; otherwise, null.1 parent ca5db29 commit dd3ff5d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments