Closed terkelg closed 3 years ago
This is a fix for TypeError: null is not an object. On iOS Safari rgba is null (as expected from getSupportedFormat) but trying to access properties on null cause Safari to throw.
TypeError: null is not an object
rgba
null
getSupportedFormat
cheers mate!
This is a fix for
TypeError: null is not an object
. On iOS Safarirgba
isnull
(as expected fromgetSupportedFormat
) but trying to access properties onnull
cause Safari to throw.