w3c / mediacapture-worker

MediaStream with worker
Other
9 stars 12 forks source link

ImageBitmapFactory::createImageBitmap(FromBufferSource) should throw if the given format is not supported. #24

Open kakukogou opened 9 years ago

kakukogou commented 9 years ago

As title, the ImageBitmapFactory::createImageBitmap(FromBufferSource) method should throw if the given format is not supported by the user agent. Just like the mechanism of ImageBitmap::mapDataInto().