-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Implement HTMLImageElement decode #31183
Copy link
Copy link
Closed
Labels
A-content/imagesInteracting with images from web contentInteracting with images from web contentA-content/scriptRelated to the script threadRelated to the script threadA-networkB-interesting-projectRepresents work that is expected to be interesting in some fashionRepresents work that is expected to be interesting in some fashionC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueE-candidate-for-mentoring
Description
How to do it:
- Add the
decodemember to our WebIDL - Implement the required method on our dom struct
Doing 2 will require integrating the decode concept with the ImageContext and the ImageCache
Look at the async decoding and handling of the data happening in the image cache, and find a way to hook it up to a promise in script.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-content/imagesInteracting with images from web contentInteracting with images from web contentA-content/scriptRelated to the script threadRelated to the script threadA-networkB-interesting-projectRepresents work that is expected to be interesting in some fashionRepresents work that is expected to be interesting in some fashionC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueE-candidate-for-mentoring