Laurent Jouanneau
Laurent Jouanneau
>Thanks A LOT for the great efforts of you and other contributors! Thank you :-) >but I really hope they solve the WebExtensions transition issue and extension devs unhappy about...
Probably that standard input/output of a child process of Node are not /dev/stdout /dev/stdin, but other file descriptors (some pipe or something like that?). So probably I should not use...
I made some investigations after reviewing issue #646 : in nodejs /dev/stdout etc are in fact links to a socket. For example, on my linux box, from a js script...
>https://docs.slimerjs.org/current/api/js-standard.html says: "Most Javascript built-in objects are available and can be used as expected". This is not as expected. No. This is as expected. You can use any JS object...
>This is how it works in a browser. This is how it works in a **web page**, not in a browser (as browsers don't support ES6 modules yet) ;-) And...
Could you give us an example of a script which allow to reproduce the issue?
Hi, Sorry, I cannot reproduce your issue. Your script works well with Firefox 57 and SlimerJS 1.0 on my computer. Try to load your website with Firefox directly on the...
please launch Slimerjs with --debug=true to see eventually error messages
Does it work with Firefox ESR 45?
True of course...