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
This would mean that canvas.setAttribute("width", x) can throw, which is really weird as setAttribute() cannot throw (except with Trusted Types I suppose, but that's very much opt-in and also not an accepted standard).
This would mean that
canvas.setAttribute("width", x)
can throw, which is really weird assetAttribute()
cannot throw (except with Trusted Types I suppose, but that's very much opt-in and also not an accepted standard).(The placeholder mode is a result of calling
transferControlToOffscreen()
.)cc @whatwg/canvas
The text was updated successfully, but these errors were encountered: