URL.createObjectURL() 静的メソッドは、引数で指定されたオブジェクトを表す URL を含む文字列を生成します。 URL の寿命は、それを作成したウィンドウ内の {{domxref("document")}} と結び付けられています。 新しいオブジェクト URL は、指定された {{domxref("File")} ...
Chrome announced that they will be removing URL.createObjectURL with media streams in July 2018. I noticed this method is used in line 1169. return global.URL && global.URL.createObjectURL(getBlob()) ...