Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 657 Bytes

faq.md

File metadata and controls

13 lines (7 loc) · 657 Bytes

FAQ

Do you support Stream API ?

Because the stream api in the browser and in node.js is not similar at all, it should be separated into 2 files and add exports respectively. I'm not in a hurry to implement this feature. If you really need this please make a pr/issue to let me know.

Do you support BigInt ?

Currently not, but JavaScript's number is big enough to store up to $2^{53}-1$.

Do you support ...?

Feel free to open an issue or submit a pr to improve this library.