From 819c1701d04b88507da527cb9293fcd0d23a2b10 Mon Sep 17 00:00:00 2001 From: velzie Date: Sat, 31 Aug 2024 09:51:51 -0400 Subject: [PATCH] add protocol to urlprops --- src/client/location.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/location.ts b/src/client/location.ts index b9a6817..fe1a0d6 100644 --- a/src/client/location.ts +++ b/src/client/location.ts @@ -13,6 +13,7 @@ export function createLocationProxy( fakeLocation.constructor = self.Location; const urlprops = [ + "protocol", "hash", "host", "hostname",