Horje

Learn to Terminate a Web Worker

To terminate a web worker, and free browser/computer resources, use the terminate() method:

index.html
Example: HTML
w.terminate();





Type:
html
Category:
Web Tutorial
Sub Category:
HTML Web Workers API
Uploaded by:
Admin