Is it possible to add text node using HTML.js? ``` HTML.body.add(document.createTextNode('foo')) HTML.js:207 Uncaught TypeError: Cannot use 'in' operator to search for 'length' in undefined ```