@@ -42,7 +42,7 @@ start of a `:blank` named group pattern.
42
42
43
43
** ` URLPattern.protocol ` **
44
44
45
- Returns the URL protocol pattern passed to the constructor. This value may
45
+ Returns the URL scheme pattern passed to the constructor. This value may
46
46
be differ from the input to the constructor due to normalization.
47
47
48
48
** ` URLPattern.username ` **
@@ -57,27 +57,27 @@ be differ from the input to the constructor due to normalization.
57
57
58
58
** ` URLPattern.hostname ` **
59
59
60
- Returns the URL username pattern set during construction. This value may
60
+ Returns the URL hostname pattern set during construction. This value may
61
61
be differ from the input to the constructor due to normalization.
62
62
63
63
** ` URLPattern.port ` **
64
64
65
- Returns the URL username pattern set during construction. This value may
65
+ Returns the URL port pattern set during construction. This value may
66
66
be differ from the input to the constructor due to normalization.
67
67
68
68
** ` URLPattern.pathname ` **
69
69
70
- Returns the URL username pattern set during construction. This value may
70
+ Returns the URL path pattern set during construction. This value may
71
71
be differ from the input to the constructor due to normalization.
72
72
73
73
** ` URLPattern.search ` **
74
74
75
- Returns the URL username pattern set during construction. This value may
75
+ Returns the URL query pattern set during construction. This value may
76
76
be differ from the input to the constructor due to normalization.
77
77
78
78
** ` URLPattern.hash ` **
79
79
80
- Returns the URL username pattern set during construction. This value may
80
+ Returns the URL hash pattern set during construction. This value may
81
81
be differ from the input to the constructor due to normalization.
82
82
83
83
## Events
0 commit comments