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
@Duoquote The streaming modules require node functionality, so they are intentionally omitted from the browser/non-node entry point (msgpackr/index.js), and only available on the node platform (or node-like platforms including bun, deno) through the node entry point (msgpackr/node-index.js).
Hello,
I am trying to import
UnpackrStream
as shown below,And I am introduced with this error:
Typescript notations do say UnpackrStream exist but is missing in
msgpackr/index.js
, as well as other exports fromstream.js
...Also missing in source code:
msgpackr/index.js
Lines 1 to 5 in 0c0ade5
I am using version
1.8.1
.The text was updated successfully, but these errors were encountered: