Get the first fulfilled promise that satisfies the provided testing function
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
[](http://www.typescriptlang.org/) [](https://www.npmjs.com/package/@n1ru4l/push-pull-async
Extended iterable class, providing lazy array-like methods with automatic async and return/throw forwarding
navigator.mediaDevices.getUserMedia + MediaRecorder create WEBM files without duration metadata. This library appends missing metadata section right to the file blob.
Parse webm files into individual sections, edit the sections, and compile the file from edited sections back together
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
Iterable wrapper that add methods to read ahead or behind current item.
Deques are a generalization of stacks and queues
based on ts-ebml and support large file(than 2GB) and optimize memory usage during repair
navigator.mediaDevices.getUserMedia + MediaRecorder create WEBM files without duration metadata. This library appends missing metadata section right to the file blob.
Iterable SDK for React Native.
The Interactive Extensions for JavaScript
Array manipulation, ordering, searching, summarizing, etc.
A tiny but capable push & pull stream library for TypeScript and Flow
ebml decoder and encoder
Convert streaming iterables to Node.js streams
Split an iterable into evenly sized chunks
Config plugin for @iterable/react-native-sdk
Iterables which cache the values they yield
Set of classes used for async prefetching with backpressure (IterableMapper) and async flushing with backpressure (IterableQueueMapper, IterableQueueMapperSimple)
Checks if a given object is iterable
Multipart and Tar utilities for the Web Streams API
Convert Node.js streams to streaming iterables
This crate extends the ebml-iterable library to provide an iterator over webm data. It provides a Matroska specification implementing the required traits to read webm files.
This crate provides an iterator over EBML encoded data. The items provided by the iterator are Tags as defined in EBML. The iterator is spec-agnostic and requires a specification implementing specific traits to read files. Typically, you would only use this crate to implement a custom specification - most often you would prefer a crate providing an existing specification, like `webm-iterable`.