Vanessa Freudenberg
Vanessa Freudenberg
... which is used while debugging I think
Maybe we need another hack than content-editable? It works fine on desktop Chrome though.
As [pointed out](https://twitter.com/smarr/status/1368849393080807425) by Stefan Marr inline caches could help improve lookup performance in the current JIT and even the interpreter. This is probably the simplest thing we can do...
This is working fine: `HTTPSocket httpGet: 'http://source.squeak.org:80/squeak45/` but this fails: `HTTPSocket httpGet: 'http://source.squeak.org/squeak45/' args: nil user: '' passwd: ''` This is with the https://crossorigin.me/ proxy and using the `fetch` API....
on https://squeak.js.org/scratch/#fullscreen the language menu (globe icon) creates a menu with a malformed marker that looks like `,Ä¢`. That probably is a 3-byte UTF-8 sequence that is not properly decoded.
So far, there is no networking support (except via the JSBridge). It would be awesome if socket connections could be opened, but it's not quite clear how this could work....
Only works in Chrome right now. We probably want a hidden text field.
E.g. in a [4.5 image](http://bertfreudenberg.github.io/SqueakJS/run/#url=http://freudenbergs.de/bert/squeakjs&files=[Squeak4.5-13680.image,Squeak4.5-13680.changes,SqueakV41.sources]) running ``` MessageTally spyOn: [10 timesRepeat: [(2 raisedTo: 100000000) basicSize]] ``` gives ``` 100.0% {3441ms} EventSensor>>eventTickler 100.0% {3441ms} Delay>>wait ``` Perhaps there is something wrong...
Etoys is integrated in Sugarizer, but does not store into its journal yet: llaske/sugarizer#64