You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(blob, file, tests): Minor improvements for Blob and File implementations (#120)
* Use private class fields in parts initialization directly.
* Move encoder initialization outside the loop
* Improve errors reported by Blob constructor.
* Simulate WebIDL type casting for lastModified in File constructor.
* Add cancel method for Blob.stream() underlying source.
* Fix indentation inconsistency.
* Use getReader in blob stream cancellation test instead of Symbol.asyncIterator
0 commit comments