Kotaro Chikuba
Kotaro Chikuba
### Which Cloudflare product(s) does this pertain to? D1 ### What version(s) of the tool(s) are you using? 3.6.0 ### What version of Node are you using? 20.5.1 ### What...
I tried resurrectio to my app but it doesn't works because my app has many async and time baesd event like animation. I feel resurrectio has great possibility for testing....
In Single Page Application, asset_path resolving is hardest problem with sprockets. I think it can be resolved by providing asset_path helper. For example ``` javascript //=require sprockets_asset_path // in develpment...
This PR is proposal to add `npm library mode` build. ## API Proposal It generates them. - `worker-dom/dist/lib/main.mjs`: export `attachWorker(element: HTMLElement, worker: Worker): void` - `worker-dom/dist/lib/worker.mjs`: export `ready: Promise` (DOM...
TSIA 