We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URLSearchParams
BodyInit
scala-js-dom/dom/src/main/scala/org/scalajs/dom/package.scala
Line 35 in e7254c8
The text was updated successfully, but these errors were encountered:
Shouldn't the scaladoc comment for BodyInit point to https://fetch.spec.whatwg.org/#bodyinit-unions ? At the very least the current link links to the ToC of the spec hehe.
Also is this issue really as easy as just adding URLSearchParams to the union?
Sorry, something went wrong.
Thanks, that seems better :)
Famous last words 😝 it should be, but I haven't checked if URLSearchParams exists at least 😂
Yea if it didn't exist I'd be worried, but: https://github.com/scala-js/scala-js-dom/blob/51a807cc04ea134ece030d6d4005a8ce30c1de99/dom/src/main/scala/org/scalajs/dom/URLSearchParams.scala
Merge pull request #722 from zetashift/add/#634
9e0541c
Add `URLSearchParams` to `BodyInit`
Successfully merging a pull request may close this issue.
scala-js-dom/dom/src/main/scala/org/scalajs/dom/package.scala
Line 35 in e7254c8
The text was updated successfully, but these errors were encountered: