-
-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Beacon #309
Comments
Hi @cdaringe! 🙂 I will look into adding it. Are you using fetch() or other resource loading functionality from Happy DOM? |
Hey @capricorn86 , yes, definitely! I use happy dom in 1.5 projects. The first project is quite simple, and happy dom just worked right off the bat. Every month or two, I try and replug it in to my second project, and see what I get snagged up on. There’s generally one or two little things, and I file tickets with you accordingly :-) my 2nd project evolves regularly, so I put down my happy-dom experiment when I hit snags. That’s why my tickets have been a bit sporadic over the few months—repeat evaluations! |
… the property Window.CSSStyleDeclaration.
@cdaringe this has finally been fixed now 🙂 You can read more about the release here: |
Problem
navigator.sendBeacon()
is a useful API, but is missinghttps://developer.mozilla.org/en-US/docs/Web/API/Beacon_API
The text was updated successfully, but these errors were encountered: