Skip to content

Commit 9b66c22

Browse files
chore: update ref to docs (🤖) (#1065)
Co-authored-by: electron-website-docs-updater[bot] <166660481+electron-website-docs-updater[bot]@users.noreply.github.com>
1 parent 3c85d75 commit 9b66c22

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

‎docs/latest/.sha‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eb49ed962de29ab77ee824e5e13ae59a1ff95785
1+
78896775d929b685fc1af2cba9962f9e4112a494

‎docs/latest/api/protocol.md‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ app.whenReady().then(() => {
6363
})
6464
```
6565

66+
## Protocol names
67+
68+
[RFC 3986](https://www.rfc-editor.org/rfc/rfc3986#section-3.1) defines what a valid
69+
protocol name is:
70+
71+
> Scheme names consist of a sequence of characters beginning with a letter and followed
72+
> by any combination of letters, digits, plus ("+"), period ("."), or hyphen ("-").
73+
> Although schemes are case-insensitive, the canonical form is lowercase […].
74+
6675
## Methods
6776

6877
The `protocol` module has the following methods:

0 commit comments

Comments
 (0)