├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── ISSUE_TEMPLATE.md ├── LICENSE ├── README.md ├── bb8-star-wars.gif ├── index.html ├── javascript-multi-thread-web-workers-2.png ├── javascript-multi-thread-web-workers.png ├── loading.gif ├── web-worker-animated-gif-example.gif ├── ww-calc-function.js └── ww-calc.js /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felipenmoura/demo-web-worker/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felipenmoura/demo-web-worker/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felipenmoura/demo-web-worker/HEAD/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felipenmoura/demo-web-worker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felipenmoura/demo-web-worker/HEAD/README.md -------------------------------------------------------------------------------- /bb8-star-wars.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felipenmoura/demo-web-worker/HEAD/bb8-star-wars.gif -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felipenmoura/demo-web-worker/HEAD/index.html -------------------------------------------------------------------------------- /javascript-multi-thread-web-workers-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felipenmoura/demo-web-worker/HEAD/javascript-multi-thread-web-workers-2.png -------------------------------------------------------------------------------- /javascript-multi-thread-web-workers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felipenmoura/demo-web-worker/HEAD/javascript-multi-thread-web-workers.png -------------------------------------------------------------------------------- /loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felipenmoura/demo-web-worker/HEAD/loading.gif -------------------------------------------------------------------------------- /web-worker-animated-gif-example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felipenmoura/demo-web-worker/HEAD/web-worker-animated-gif-example.gif -------------------------------------------------------------------------------- /ww-calc-function.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felipenmoura/demo-web-worker/HEAD/ww-calc-function.js -------------------------------------------------------------------------------- /ww-calc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felipenmoura/demo-web-worker/HEAD/ww-calc.js --------------------------------------------------------------------------------