Bartalog / cool-maze

A quick mobile-to-desktop share capability, through matrix barcode
Apache License 2.0
2 stars 6 forks source link

Consider decrypting large resources in background tasks (Web) #546

Open Deleplace opened 1 year ago

Deleplace commented 1 year ago

It seems that decrypting a resource is blocking the UI thread, during intensive CPU work.

Please consider how to not block the UI. Maybe using web workers?