Tags housekeeping

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-10-18 13:49:49 +03:00
parent 19b52338c6
commit 02faddb6a8
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
---
title: runAsync
tags: browser,function,advanced,promise,url
tags: browser,function,promise,url,advanced
---
Runs a function in a separate thread by using a [Web Worker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers), allowing long running functions to not block the UI.