docs: backslash escape parametrized TypeScript types (#41575)

* docs: backslash escape parametrized TypeScript types

* missing instances
This commit is contained in:
Erick Zhao
2024-03-25 03:19:44 -07:00
committed by GitHub
parent 8c427253b3
commit b9c4b27781
20 changed files with 48 additions and 48 deletions

View File

@@ -111,7 +111,7 @@ expect streaming responses.
* `scheme` string - scheme to handle, for example `https` or `my-app`. This is
the bit before the `:` in a URL.
* `handler` Function<[GlobalResponse](https://nodejs.org/api/globals.html#response) | Promise<GlobalResponse>>
* `handler` Function\<[GlobalResponse](https://nodejs.org/api/globals.html#response) | Promise\<GlobalResponse\>\>
* `request` [GlobalRequest](https://nodejs.org/api/globals.html#request)
Register a protocol handler for `scheme`. Requests made to URLs with this