mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 08:34:20 +00:00
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:
@@ -923,6 +923,7 @@ type
|
||||
port*: cstring
|
||||
protocol*: cstring
|
||||
search*: cstring
|
||||
origin*: cstring
|
||||
|
||||
History* = ref HistoryObj
|
||||
HistoryObj {.importc.} = object of RootObj
|
||||
|
||||
Reference in New Issue
Block a user