Posts tagged under "chrome"

A quick introduction to parallelism in JavaScript

By Jawakar Durai on February 17, 2020
Use web workers to spawn computationally expensive background tasks without interrupting the user interface workflows
Tagged under: chrome, javascript

Interceptor : Your Own Mock Server inside the browser

By Amit Bhavikatti on April 24, 2018
Introducing Interceptor - A browser extension that mocks backend responses and how to use it.