createObjectURL

Declaration

static DOMString createObjectURL(
    MediaSource source
);
static DOMString createObjectURL(
    Blob blob
);