Open quanghoc opened 10 years ago
Processing filter froze some browser and specially on mobile. I believe the function to process filter is not async. Can we turn it into some kind of promise with callback?
+1 for non-blocking rendering
I also agree, even if rendering would take longer, i think it's a bad idea to block the browsers rendering and responsiveness.
Processing filter froze some browser and specially on mobile. I believe the function to process filter is not async. Can we turn it into some kind of promise with callback?