add protocol to urlprops

This commit is contained in:
velzie 2024-08-31 09:51:51 -04:00
parent 7f8956979a
commit 819c1701d0
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F

View file

@ -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",