Skip to content

Make Blob compliance with documentation #383

New issue

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

Merged
merged 4 commits into from
Aug 20, 2021

Conversation

FabioPinheiro
Copy link
Contributor

@FabioPinheiro FabioPinheiro commented Oct 7, 2019

https://developer.mozilla.org/en-US/docs/Web/API/Blob
Add missing methods on Blob
Update the documentation
Remove the close method

@FabioPinheiro
Copy link
Contributor Author

@sjrd Can I have feedback on the PR?
Would be possible to fix this for the next released

@armanbilge armanbilge changed the base branch from master to series/1.x August 10, 2021 01:39
@japgolly japgolly marked this pull request as draft August 12, 2021 23:54
@japgolly japgolly added this to the v1.2.0 milestone Aug 13, 2021
@@ -2534,9 +2534,12 @@ raw/BiquadFilterNode[JT] val numberOfOutputs: Int
raw/BiquadFilterNode[JT] def removeEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], options: EventListenerOptions): Unit
raw/BiquadFilterNode[JT] def removeEventListener[T <: Event](`type`: String, listener: js.Function1[T, _], useCapture: Boolean?): Unit
raw/BiquadFilterNode[JT] var `type`: String
raw/Blob[JC] def close(): Unit
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not actually removed, just moved down a line

@japgolly japgolly marked this pull request as ready for review August 20, 2021 00:41
@japgolly japgolly requested a review from armanbilge August 20, 2021 00:41
@japgolly
Copy link
Contributor

@armanbilge Ready for review and merge.

@FabioPinheiro I know it's been two years since you submitted this and sorry for such a long delay. @armanbilge and I are helping out to improve response times going forward. Thanks so much for your patience!

@armanbilge armanbilge merged commit 0541a0d into scala-js:series/1.x Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants