Thanks to visit codestin.com Credit goes to github.com
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
The headers#get method returns a header value or null. So this method won't return undefined. but it's typed with js.UndefOr. https://developer.mozilla.org/en-US/docs/Web/API/Headers/get
scala-js-dom/src/main/scala/org/scalajs/dom/experimental/Fetch.scala
Line 312 in 5a502ad
The text was updated successfully, but these errors were encountered:
Fix #445 return type for Header#get
4fe536d
bcfd017
Merge pull request #473 from scala-js/issue/445
c9f60ce
armanbilge
No branches or pull requests
The headers#get method returns a header value or null. So this method won't return undefined. but it's typed with js.UndefOr.
https://developer.mozilla.org/en-US/docs/Web/API/Headers/get
scala-js-dom/src/main/scala/org/scalajs/dom/experimental/Fetch.scala
Line 312 in 5a502ad
The text was updated successfully, but these errors were encountered: