diff options
author | Mildred Ki'Lya <mildred@users.noreply.github.com> | 2020-05-22 14:34:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 14:34:20 +0200 |
commit | 7b3dcfde20e2cebdf5902a01e71c695ff7f507e8 (patch) | |
tree | 137b0835c8707e79c6ab63bd961519369e70b7ae /tests/async/tlambda.nim | |
parent | 0d0ea3a11ef0bb7d0d2f5dbd84782dee12810c2c (diff) | |
download | Nim-7b3dcfde20e2cebdf5902a01e71c695ff7f507e8.tar.gz |
Add missing attributes and methods to JavaScript DOM (#14428)
- content attribute to access HTML template element: https://developer.mozilla.org/en-US/docs/Web/API/HTMLTemplateElement/content - ownerDocument to access the owning document from a DOM Node: https://developer.mozilla.org/en-US/docs/Web/API/Node/ownerDocument - outerHTML to get/set the outer HTML representation of a Node: https://developer.mozilla.org/en-US/docs/Web/API/Node/ownerDocument - createComment() to create comment Nodes: https://developer.mozilla.org/en-US/docs/Web/API/Document/createComment - querySelector() and querySelectorAll() on Nodes: https://developer.mozilla.org/en-US/docs/Web/API/Element/querySelector https://developer.mozilla.org/en-US/docs/Web/API/Element/querySelectorAll
Diffstat (limited to 'tests/async/tlambda.nim')
0 files changed, 0 insertions, 0 deletions