UNPKG

it-postmsg

Version:

Streaming iterables over window.postMessage

6 lines (5 loc) 204 B
module.exports = function log () { console.log.apply(console, arguments) const el = document.getElementById('log') el.appendChild(document.createTextNode(Array.from(arguments).join(', ') + '\n')) }