File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ <h2>Browser's URL components</h2>
39
39
< tr id ="pathname "> < th > pathname</ th > < td > </ td > </ tr >
40
40
< tr id ="search "> < th > search</ th > < td > </ td > </ tr >
41
41
< tr id ="hash "> < th > hash</ th > < td > </ td > </ tr >
42
+ < tr id ="origin "> < th > origin</ th > < td > </ td > </ tr >
42
43
</ table >
43
44
44
45
< p class ="output error " id ="browser-error "> </ p >
@@ -55,6 +56,7 @@ <h2>jsdom/whatwg-url's components</h2>
55
56
< tr id ="pathname "> < th > pathname</ th > < td > </ td > </ tr >
56
57
< tr id ="search "> < th > search</ th > < td > </ td > </ tr >
57
58
< tr id ="hash "> < th > hash</ th > < td > </ td > </ tr >
59
+ < tr id ="origin "> < th > origin</ th > < td > </ td > </ tr >
58
60
</ table >
59
61
60
62
< p class ="output error " id ="jsdom-error "> </ p >
Original file line number Diff line number Diff line change 23
23
"hostname" ,
24
24
"pathname" ,
25
25
"search" ,
26
- "hash"
26
+ "hash" ,
27
+ "origin"
27
28
] ;
28
29
29
30
urlInput . addEventListener ( "input" , update ) ;
You can’t perform that action at this time.
0 commit comments