Skip to content

Commit

Permalink
added convertToBlob
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmywarting committed Jul 24, 2023
1 parent 2719837 commit ef2f181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -16,6 +16,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
* Add Node.js v20 to CI. (#2237)
### Added
* Added string tags to support class detection
* Implemented `OffscreenCanvas.prototype.convertToBlob()` - Depends on global `Blob` support. (NodeJS 18+) (#1845)
### Fixed
* Fix a case of use-after-free. (#2229)
* Fix usage of garbage value by filling the allocated memory entirely with zeros if it's not modified. (#2229)
Expand Down

0 comments on commit ef2f181

Please sign in to comment.