Browse Source

chore: update docs

deepak1556 2 months ago
parent
commit
385f3eacd1
1 changed files with 1 additions and 2 deletions
  1. 1 2
      docs/api/net.md

+ 1 - 2
docs/api/net.md

@@ -97,8 +97,7 @@ Limitations:
 
 * `net.fetch()` does not support the `data:` or `blob:` schemes.
 * The value of the `integrity` option is ignored.
-* The `.type` and `.url` values of the returned `Response` object are
-  incorrect.
+* The `.type` value of the returned `Response` object is incorrect.
 
 By default, requests made with `net.fetch` can be made to [custom protocols](protocol.md)
 as well as `file:`, and will trigger [webRequest](web-request.md) handlers if present.