Skip to content

Commit

Permalink
doc: clarify special schemes
Browse files Browse the repository at this point in the history
In url.md, describe "special" protocol schemes as "special" rather than
"considered to be special".

PR-URL: #28091
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Tiancheng "Timothy" Gu <[email protected]>
  • Loading branch information
Trott authored and BridgeAR committed Jun 17, 2019
1 parent f95a52c commit 9074f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9074f9b

Please sign in to comment.