Example profile of this occurring.
We should look into moving the createImageBitmap call into a webworker.
Another task that blocks the UI is on the initial serialization snapshot. rrweb calls toDataURL() on the canvas in the main UI thread to export as an image.
Example profile of this occurring.
We should look into moving the
createImageBitmapcall into a webworker.Another task that blocks the UI is on the initial serialization snapshot. rrweb calls
toDataURL()on the canvas in the main UI thread to export as an image.