Ben McCann
Ben McCann
> When Not To Use It > if you're not worried about crashes from floating or misused Promises It would be nice for there to be some discussion of browser...
Thanks so much for the detailed and thoughtful response! >Yes it does! If that async (event) => { ... } function rejects, nothing will handle that rejection by default. addEventListener...
I'd love this for `no-misused-promises` as well! (https://github.com/typescript-eslint/typescript-eslint/issues/9319)
It's not clear to me that this really make anything easier? You can already convert a table to JSON without anything being built into TableSaw. E.g. here's some code I...
The `exportsFields` documentation is extremely lacking. Questions I have include: - What is the default value for this field? - Will the value I supply override the default or be...
> Why isn't using only eager images (maybe with `fetchpriority="low"` on ones below the fold) sufficient? Unfortunately, if all images are fetched eagerly it results in resource contention. I assume...
Thanks @smaug----. Can you clarify what you mean in terms of "many of the resources are often loaded after domcontentloaded" causing problems? E.g. do you mean if an image was...
Potentially. It would depend on the application. Many web pages won't load anything on `domcontentloaded`. Making it an attribute that the developer controls would let them decide what is best...
Hey @eed3si9n. Thanks for taking a look at this. It hasn't always been a problem for us. I'd say it's been happening the past few months. I'm not exactly sure...
I actually have the whole process freeze up pretty frequently now, but I haven't figured out how to reproduce that yet. I'll let @som-snytt or someone else take the jstack...