drift
drift copied to clipboard
Reading and writing data in the web causes the ui to freeze
Reading and writing data in the web results in freezing of the ui. In iOS and Android, isolated threads can be used for processing. Is there a similar process in the web?
I don't think there is (apart from maybe web workers).