diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-09-18 12:31:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 12:31:30 -0400 |
commit | 8edf099485903a402d8e9df4810b9362ed1b1f15 (patch) | |
tree | ed17cf1b8084664ff19f49b6b63c9b9cebd8412e /op_crates/fetch/README.md | |
parent | 93e8e59a7e651277f9943b8e9bf4ff6342243a90 (diff) |
publish deno_fetch during CI (#7557)
Diffstat (limited to 'op_crates/fetch/README.md')
-rw-r--r-- | op_crates/fetch/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/op_crates/fetch/README.md b/op_crates/fetch/README.md new file mode 100644 index 000000000..1a6dcab17 --- /dev/null +++ b/op_crates/fetch/README.md @@ -0,0 +1 @@ +This crate provides the web standard fetch API to `deno_core`. |