Jake Fried

Results 125 comments of Jake Fried

In the dashboard it claims the `wrangler.toml` file should be used instead? ![Screen Shot 2021-04-08 at 3 33 26 PM](https://user-images.githubusercontent.com/4656974/114085836-e4185300-987f-11eb-9bd8-b1a67edfce0e.png)

> Related to upgrade race conditions, the enqueueAction implements action queueing. This is probably not a useful feature in Bento mode, but should be analyzed. Another way to solve the...

The HTML spec website has a list of all the html entities: https://html.spec.whatwg.org/entities.json

What do folks think about exposing a new function, `innerHTMLAsync`. It would directly send over the text to the main-thread to apply via `innerHTML`, and then worker-dom would refresh the...

I've created a PR that just decodes numeric entities (https://github.com/ampproject/worker-dom/pull/947). I think it could also be worth decoding the 4 named entities required to encode html, since they are by...

As written by @choumx in https://github.com/ampproject/worker-dom/issues/8#issuecomment-514409113 > window.location.search is no longer undefined but it returns WorkerLocation.search which is not the expected value. We'll need to hydrate this from the main...

@NicholasKao1029: in general we implement features on a need basis, since each feature we add has a cost in terms of bundle size. A partial readonly API works for me....

@EmmanuelAgui: not sure how you ran into this. According to the [npm docs](https://docs.npmjs.com/misc/scripts), _predemo_ should always run when you use `npm run demo`

Thank you for reporting this @ayobami303. I'll work on a fix.

Thanks for the report. I'm surprised it doesn't work for link since it inherits from Element! I'll investigate this next week.