Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Binding for URLSearchParams.entries() is incorrect #190

Closed
illusionalsagacity opened this issue Aug 4, 2020 · 0 comments · Fixed by #191
Closed

Binding for URLSearchParams.entries() is incorrect #190

illusionalsagacity opened this issue Aug 4, 2020 · 0 comments · Fixed by #191

Comments

@illusionalsagacity
Copy link
Contributor

https://github.com/reasonml-community/bs-webapi-incubator/blob/master/src/Webapi/Webapi__Url.re#L9

The binding says a return type of Js.Array.array_like(string), but should be Js.Array.array_like((string, string))

https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant