Whenever running alert(\'something\')
in JSFiddle, I get the error:
Ignored call to \'alert()\'. The document is sandboxed, and the \'all
That is something JSFiddle must have changed to its iframe
s to add the sandbox
attribute. Or Chrome must have added support allow-modals
.
Actually it is something new for Chrome 46+: