mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
add protocol to urlprops
This commit is contained in:
parent
7f8956979a
commit
819c1701d0
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ export function createLocationProxy(
|
||||||
fakeLocation.constructor = self.Location;
|
fakeLocation.constructor = self.Location;
|
||||||
|
|
||||||
const urlprops = [
|
const urlprops = [
|
||||||
|
"protocol",
|
||||||
"hash",
|
"hash",
|
||||||
"host",
|
"host",
|
||||||
"hostname",
|
"hostname",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue