Jesús Leganés-Combarro

Results 812 comments of Jesús Leganés-Combarro

> ```diff > -class Event { > +class WsEvent extends Event { > ``` 👍🏻 to this :-)

> It works if `websocket.addEventListener()` is used after `websocket.onmessage`. It doesn't if the order is reversed but If I understood correctly the spec, using `on...` remove all the previous handlers,...

Since the browser use a canvas element to do the rendering, wouldn't it be easier to use [node-canvas](https://github.com/Automattic/node-canvas)? This way the code would be common both for Node.js and browser......

My fork of node-canvas use fbdev, that's mostly not hardware accelerated, but this can be fixed by adding support for EGL. Besides that, I find it simple to use...

> The issue section here is littered with people who say "JSDoc" but mean "the Typescript JSDoc parser". I've said it elsewhere but it bears repeating: there have been no...

Although desirable, I don't think is fully needed to have sync when the app is not working and/or foreground, so maybe a first aproach would be to have it working...

Yes, it is, because it's not user initiated.

Sort of, to have data sync'ed with what's on server if it can change, having an user several devices at the same time and have their data sync'ed, or a...

I would maybe do it with a custom `detectNetwork()` implementation.

How is the work on this? I've seen des movement lately...