0.3.1 • Published 6 years ago

@ssttevee/streamsearch v0.3.1

Weekly downloads
10
License
MIT
Repository
github
Last release
6 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

6 years ago

0.3.1

6 years ago

0.2.0

6 years ago

0.1.4

6 years ago

0.1.3

7 years ago

0.1.2

7 years ago