Paul Grenier
Paul Grenier
@vesparny @joehand Based on that info, I'm not sure I should create a PR. The complications of falling back to `fetch` when `sendBeacon` fails (possibly due to a higher version...
This same code was submitted to [morphdom](https://github.com/patrick-steele-idem/morphdom/pull/125) but is a noop. All it does is rename a variable. I suggest close.
You can also run chrome with security disabled `--disable-web-security` flag. But at that point you should probably just use puppeteer/playwright/CDP.
@him2him2 I think you're right. I also believe it's a problem in `bel` which prevents the use of custom events as well. For instance, `hyperHTML` uses `addEventListener` to attach events...
I've been trying some stuff out with `hyperHTML`. I noticed it's using `handleEvent` ([blog post here](https://medium.com/@WebReflection/dom-handleevent-a-cross-platform-standard-since-year-2000-5bf17287fd38)). You might be able to keep all handlers in one collection and only copy...
I'll work on a branch and see if I can make it work then we might have something to talk about :)
How about a series of puppeteer tests that each project could apply?
I have a few more things to finish up then I can start a PR for this.
@bahmutov, If `have i` could run against `package.json` and pull the packages I need from the "sister" project folder, I could "install" much faster than `npm i` but npm still...
@aardrian Great point. I'll update my pseudo logic above.