We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test code:
var divs = document.querySelectorAll('div'); Array.from.call(window,divs);
Array.from.call fails with the exception as the title. The same script runs fine in browser.