0.2.1 • Published 1 month ago

@libsql/isomorphic-fetch v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@libsql/isomorphic-fetch

This package provides fetch() on Node (using node-fetch) and in Deno and Cloudflare Workers (using the native fetch()). Supports both CommonJS and ES modules.

import { fetch } from "@libsql/isomorphic-fetch";

fetch("http://localhost:8080").then((response) => {
    response.text().then((text) => {
        console.log(text);
    });
});
0.2.1

1 month ago

0.2.0

3 months ago

0.1.11

3 months ago

0.1.12

3 months ago

0.1.10

8 months ago

0.1.8

8 months ago

0.1.7

8 months ago

0.1.9

8 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.4

11 months ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago