Add "origin" to window.location (#13251)

Add "origin" to window location: https://www.w3schools.com/jsref/prop_loc_origin.asp
This commit is contained in:
Jairo
2020-01-24 20:06:17 +01:00
committed by Andreas Rumpf
parent ccb728a7b0
commit fb74497c99

View File

@@ -923,6 +923,7 @@ type
port*: cstring
protocol*: cstring
search*: cstring
origin*: cstring
History* = ref HistoryObj
HistoryObj {.importc.} = object of RootObj