mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: clarify special schemes
In url.md, describe "special" protocol schemes as "special" rather than "considered to be special". PR-URL: https://github.com/nodejs/node/pull/28091 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
This commit is contained in:
@@ -440,8 +440,8 @@ console.log(u.href);
|
||||
// fish://example.org
|
||||
```
|
||||
|
||||
The protocol schemes considered to be special by the WHATWG URL Standard
|
||||
include: `ftp`, `file`, `gopher`, `http`, `https`, `ws`, and `wss`.
|
||||
According to the WHATWG URL Standard, special protocol schemes are `ftp`,
|
||||
`file`, `gopher`, `http`, `https`, `ws`, and `wss`.
|
||||
|
||||
#### url.search
|
||||
|
||||
|
||||
Reference in New Issue
Block a user