feat: add backpressure support

This commit is contained in:
2025-03-19 01:05:24 +08:00
parent 9a402b0921
commit 6cc8dfab7c
8 changed files with 167 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "konoebml",
"version": "0.1.0-rc.6",
"version": "0.1.0-rc.7",
"description": "A modern JavaScript implementation of EBML RFC8794",
"main": "./dist/index.cjs",
"module": "./dist/index.js",