0.3.1 • Published 4 years ago

@ssttevee/streamsearch v0.3.1

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

codecov

Description

This module is a port of streamsearch for es modules using Web APIs, namely ReadableStream and Uint8Array.

Installation

npm install @ssttevee/streamsearch

Example

import { ReadableStreamSearch } from '@ssttevee/streamsearch';

const res = await fetch('https://httpbin.org/stream/10');
const search = new ReadableStreamSearch('\n', res.body);

for await (const str of search.strings()) {
    console.log(str);
}
0.3.0

4 years ago

0.3.1

4 years ago

0.2.0

4 years ago

0.1.4

4 years ago

0.1.3

5 years ago

0.1.2

5 years ago