You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend ImageLoader functionality to be able to work with image sources
containing headers
We preserve the existing strategy that works with image.src for cases
where source is just an uri with no headers
When sources contain headers we make a fetch request and then render a
local url for the downloaded blob (URL.createObjectURL)
Fix#1019Fix#2268Close#2442
Extend ImageLoader functionality to be able to work with image sources
containing headers
We preserve the existing strategy that works with image.src for cases
where source is just an uri with no headers
When sources contain headers we make a fetch request and then render a
local url for the downloaded blob (URL.createObjectURL)
Fix#1019Fix#2268Close#2442
The problem
Here is what the event looks like on
onLoad
:But here is what the documentation tells us:
As you can see, the
source
attribute is missing.How to reproduce
Simplified test case: here
Steps to reproduce:
Expected behavior
Environment (include versions). Did this work in previous versions?
Without this event, is there another way to detect the original width/height of the image?
The text was updated successfully, but these errors were encountered: