diff options
Diffstat (limited to 'op_crates/fetch/README.md')
-rw-r--r-- | op_crates/fetch/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/op_crates/fetch/README.md b/op_crates/fetch/README.md index 1a6dcab17..2c946197e 100644 --- a/op_crates/fetch/README.md +++ b/op_crates/fetch/README.md @@ -1 +1,5 @@ -This crate provides the web standard fetch API to `deno_core`. +# deno_fetch + +This crate implements the Fetch API. + +Spec: https://fetch.spec.whatwg.org/ |