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
Remove assertions on the return type of URL.createObjectURL. NFC (#24909)
`URL.createObjectURL` always returns a string.
These assertions were added way back in 2012 (e1356dc) when perhaps
the spec was new and not implemented correctly everywhere.
0 commit comments