ferrijs-std 0.2.2

Node and web standard library for the ferrijs QuickJS runtime: WHATWG Streams, Events, AbortController, Buffer, crypto, fs, os, url, zlib and the capability model they enforce (partly derived from awslabs/llrt, Apache-2.0).
Documentation
1
2
3
4
5
6
7
8
pub(crate) mod controller;
pub(crate) mod stream;
#[cfg(test)]
mod tests;
mod transformer;

pub(crate) use controller::TransformStreamDefaultController;
pub(crate) use stream::TransformStream;