Just tried loading PharoJS with this snippet:
�� Gofer it
�� �� smalltalkhubUser: 'noury' project: 'PharoJS';
�� �� configuration;
�� �� loadStable
Loaded cleanly on a fresh 32-bit Pharo-50772 image. Ran almost half the tests
during which it created/deleted tabs on my open Chromium browser repeatedly.
Then the tests started a new instance of my default browser (which happens to
be Midori) and here seemingly the web socket stuff didn't work so well, so I
aborted the tests, but this I attribute to Midori not PharoJS.
On a fresh 64-bit Pharo-60501 image, while loading
PharoJSBridge-NouryBouraqadi-120, error encountered:
�� SyntaxError: Variable or expression expected
�� Object as yet unclassified makeInspect
�� makeInspect.
�� �� Variable or expression expected-><javascript: 'blah blah
�� �� ��blah blah
�� �� }'>
Closing the error alert box brought up a debugger at RBParser>>parserError:.
Any idea what to fix, anyone?
Pierce