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
Looks like calling image.src="thumbnail.png" directly confuses blockbuilder, which has no chance of running its "local file" magic on the Image src setter like it does on XHR.
Maybe a workaround could be to use XHR instead of image.src=?
The text was updated successfully, but these errors were encountered:
I was trying this idea for a
d3.imageload
method, and it works well in bl.ocks, but not in blockbuilder.https://bl.ocks.org/Fil/0f541f8d9995738f2ad6143cc372cded
Looks like calling
image.src="thumbnail.png"
directly confuses blockbuilder, which has no chance of running its "local file" magic on the Image src setter like it does on XHR.Maybe a workaround could be to use XHR instead of
image.src=
?The text was updated successfully, but these errors were encountered: