8000 Implement BlobEvent · Issue #3662 · jsdom/jsdom · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Implement BlobEvent #3662

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

Closed
jdufresne opened this issue Jan 16, 2024 · 0 comments
Closed

Implement BlobEvent #3662

jdufresne opened this issue Jan 16, 2024 · 0 comments
Labels
event classes Feature requests related to new event classes

Comments

@jdufresne
Copy link
Contributor

MDN: https://developer.mozilla.org/en-US/docs/Web/API/BlobEvent
W3C: https://w3c.github.io/mediacapture-record/#blobevent-section

Basic info:

  • Node.js version: v20.10.0
  • jsdom version: 23.2.0

Minimal reproduction case

const { JSDOM } = require("jsdom");
const dom = new JSDOM();
console.log(typeof dom.window.BlobEvent);

Expected:

"function" 

Actual:

undefined

How does similar code behave in browsers?

https://jsbin.com/dahupasiwo/edit?js%2Cconsole=

"function"

@domenic domenic changed the title Add BlobEvent Implement BlobEvent Mar 8, 2025
@domenic domenic added event classes Feature requests related to new event classes and removed feature labels Mar 8, 2025
domenic added a commit that referenced this issue Apr 19, 2025
Closes #3662. Does not implement any more of the MediaStream Recording specification.

This required some changes to the base Event code to deal with required members of event initialization dictionaries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
event classes Feature requests related to new event classes
Projects
None yet
Development

No branches or pull requests

2 participants
0