about summary refs log tree commit diff stats
path: root/src/js/opaque.nim
Commit message (Expand)AuthorAgeFilesLines
* dom: add onload content attribute to bodybptato2024-02-241-2/+6
* regex: re-work compileSearchRegexbptato2024-02-171-2/+6
* Use std/* imports everywherebptato2024-01-071-1/+1
* event: remove ctx from CustomEventbptato2023-12-031-1/+3
* pager, container: add text selection/copyingbptato2023-12-031-0/+1
* js: allow subclassing platform objects in JSbptato2023-11-301-0/+1
* js: refine isInstanceOf check in functionsbptato2023-10-251-0/+1
* javascript: add TextEncoder, TextDecoderbptato2023-10-211-0/+4
* dom: add document.all, misc fixesbptato2023-09-191-0/+1
* move around more modulesbptato2023-09-141-1/+1
* javascript: fix a GC bugbptato2023-09-091-0/+1
* javascript: fix fromJSFunction, simplify setOpaquebptato2023-08-301-3/+3
* javascript: factor out fromJSbptato2023-08-291-0/+37
* javascript: refactorbptato2023-08-281-0/+82
d='n152' href='#n152'>152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202