Angular - Performance Optimization
You want to offload a CPU-heavy calculation to a Web Worker in Angular and update the UI with the result. Which approach correctly handles this?
postMessage, and results are received via onmessage.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions