mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-02 07:10:23 +00:00
The knockout `virtualElements` API accepts all types of DOM nodes, not just HTML elements. For example, I was trying to insert a text node (from `document.createTextNode`), and it was seen as invalid.