We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2719837 commit ef2f181Copy full SHA for ef2f181
CHANGELOG.md
@@ -16,6 +16,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
16
* Add Node.js v20 to CI. (#2237)
17
### Added
18
* Added string tags to support class detection
19
+* Implemented `OffscreenCanvas.prototype.convertToBlob()` - Depends on global `Blob` support. (NodeJS 18+) (#1845)
20
### Fixed
21
* Fix a case of use-after-free. (#2229)
22
* Fix usage of garbage value by filling the allocated memory entirely with zeros if it's not modified. (#2229)
0 commit comments