diff options
author | bptato <nincsnevem662@gmail.com> | 2023-12-25 00:16:54 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-12-25 00:17:05 +0100 |
commit | e017bd1b635ebc5f78fc56e962da0820fbd2f3e7 (patch) | |
tree | f8f9ffbe9828524be8e61eea485afd02bb1a0ee9 /src/html | |
parent | 1bc63e1cd59bff8e7e266bec80ba961fecf772b7 (diff) | |
download | chawan-e017bd1b635ebc5f78fc56e962da0820fbd2f3e7.tar.gz |
dom: export import maps allowed
whoops
Diffstat (limited to 'src/html')
-rw-r--r-- | src/html/dom.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/dom.nim b/src/html/dom.nim index 89da6c4e..44613b90 100644 --- a/src/html/dom.nim +++ b/src/html/dom.nim @@ -75,7 +75,7 @@ type document* {.jsufget.}: Document timeouts*: TimeoutState navigate*: proc(url: URL) - importMapsAllowed: bool + importMapsAllowed*: bool # Navigator stuff Navigator* = object |