Konqueror doesn't seem to have a JS console. It also doesn't print
anything useful on stdout when starting it from the terminal.
Opera says:
Opera/9.80 (X11; Linux x86_64; U; en) Presto/2.10.289 Version/12.01
(Core 2.10.289)
Type "clear()" to clear the console.
Type "// help()" for more information.
sdl_image.html:1489
warning: no blob constructor, cannot create blobs with mimetypes
sdl_image.html:1489
warning: no BlobBuilder
Uncaught exception: TypeError: 'Browser.BlobBuilder' is not a constructor
Error thrown at line 1611, column 12 in <anonymous function:
imagePlugin.handle>(byteArray, name, onload, onerror) in
http://foss.aegean.gr/~realnc/emscripten/sdl_image.html:
var bb = new Browser.BlobBuilder();
called from line 1346, column 14 in <anonymous function:
createPreloadedFile>(plugin) in
http://foss.aegean.gr/~realnc/emscripten/sdl_image.html:
plugin['handle'](byteArray, fullname, finish, function() {
called from line 1343, column 10 in processData(byteArray) in
http://foss.aegean.gr/~realnc/emscripten/sdl_image.html:
Module['preloadPlugins'].forEach(function(plugin) {
called from line 1361, column 10 in <anonymous function:
createPreloadedFile>(parent, name, url, canRead, canWrite, onload,
onerror) in
http://foss.aegean.gr/~realnc/emscripten/sdl_image.html:
processData(url);
called from line 2895, column 6 in <anonymous function:
filePreload0.onload>() in
http://foss.aegean.gr/~realnc/emscripten/sdl_image.html:
Module['FS_createPreloadedFile']('/', 'screenshot.jpg', byteArray,
true, true, function() {
called from line 2914, column 8 in <anonymous function:
dataFile.onload>() in
http://foss.aegean.gr/~realnc/emscripten/sdl_image.html:
curr.onload();>>>