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()) ...
There are several places in the codebase where URL.createObjectURL() is used without a corresponding URL.revokeObjectURL(). This can retain large Blob / File objects in memory (especially PDFs and ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results