Skip to content
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

Closed
cdaringe opened this issue Nov 29, 2021 · 3 comments · Fixed by #1143
Closed

Add support for Beacon #309

cdaringe opened this issue Nov 29, 2021 · 3 comments · Fixed by #1143
Assignees
Labels
enhancement New feature or request

Comments

@cdaringe
Copy link

Problem

navigator.sendBeacon() is a useful API, but is missing

https://developer.mozilla.org/en-US/docs/Web/API/Beacon_API

@capricorn86
Copy link
Owner

Hi @cdaringe! 🙂

I will look into adding it.

Are you using fetch() or other resource loading functionality from Happy DOM?

@cdaringe
Copy link
Author

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!

@capricorn86 capricorn86 added the enhancement New feature or request label Jan 25, 2022
@capricorn86 capricorn86 self-assigned this Oct 25, 2023
capricorn86 added a commit that referenced this issue Oct 26, 2023
@capricorn86 capricorn86 linked a pull request Oct 26, 2023 that will close this issue
@capricorn86
Copy link
Owner

@cdaringe this has finally been fixed now 🙂

You can read more about the release here:
https://github.com/capricorn86/happy-dom/releases/tag/v12.10.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants