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
img.src= should be async to follow browser behavior. We can keep a non-standard synchronous API for flexibility though, something like img.src(buffer|string).
The text was updated successfully, but these errors were encountered:
zbjornson
changed the title
(2.0) Make img.src= async, add non-standard img.load() synchronous API
Make img.src= async, add non-standard img.load() synchronous API
Oct 14, 2018
See discussion in #1003 (comment) and the next comment.
img.src=
should be async to follow browser behavior. We can keep a non-standard synchronous API for flexibility though, something likeimg.src(buffer|string)
.The text was updated successfully, but these errors were encountered: