Andrea Giammarchi

Results 769 comments of Andrea Giammarchi

I feel like this could be lazy or helped via CSS similar way will-change helps but using will-compute or similar so that hints are obvious and could be optimized on...

mine was just an idea but I like `rect` and `scroll` ... my idea is that you don't want those properties computed for every possible DOM element on the page...

@Kaiido wow! > did you know that canvas2DContext.fillText() does need a reflow? I had no idea even that static rectangle would trigger a reflow but thanks for the details and...

I am not complaining as I saw this coming so I am just curious: while developers should stay away from long time deprecated features, I wonder why potentially huge breaking...

> Sorry if you ran into issues resulting from this removal! don't be, the only project I have using those events is the deprecated [document-register-element](https://www.npmjs.com/package/document-register-element) which is a polyfill for...

I don’t want to maintain that project … it’s archived on GitHub and deprecated on npm

@boutell I feel like `await: true` would be a better/explicit guard to that and it can be used to already queue same async listener multiple times ... it's indeed a...

> Is there a way to terminate the workers that are started in my process? reach the script in case, then `script.xworker.terminate()` is all you need. It's *WebWorker* standard API...

Closing as no follow up happened so I suppose the hint around terminating the worker helped.

First of all, thanks for the answer! That MR looked great to me but there seems to be a lot going on ... meanwhile, both Firefox and Chromium implemented the...