Open
Description
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 like img.src(buffer|string)
.
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 like img.src(buffer|string)
.