-
Notifications
You must be signed in to change notification settings - Fork 161
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
Conversation
@sjrd Can I have feedback on the PR? |
@@ -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 |
There was a problem hiding this comment.
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
@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! |
https://developer.mozilla.org/en-US/docs/Web/API/Blob
Add missing methods on Blob
Update the documentation
Remove the close method