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

Make the ImageBitmap interface constructable #2340

Closed
slightlyoff opened this issue Feb 8, 2017 · 3 comments
Closed

Make the ImageBitmap interface constructable #2340

slightlyoff opened this issue Feb 8, 2017 · 3 comments

Comments

@slightlyoff
Copy link

Today the ImageBitmap interface is vended from createImageBitmap() (among others). Giving this type a constructor would bring it into harmony with other recent DOM types.

This was brought up in regards to: w3ctag/design-reviews#141

/cc @dbaron @travisleithead @torgo @junov

@domenic
Copy link
Member

domenic commented Feb 8, 2017

My understanding is that this is not possible, since it needs to be created asynchronously.

@junov
Copy link
Member

junov commented Feb 8, 2017

Creation is meant to be asynchronous.

@domenic
Copy link
Member

domenic commented Feb 9, 2017

@slightlyoff was this just opened without understanding that, or was there a concrete suggestion despite the fact that it's not synchronously constructible, or...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants