In early 2018, the Spectre and Meltdown vulnerabilities were discovered. In response, browser manufacturers disabled SharedArrayBuffer by default. Some of the recipes in this chapter require this feature. This recipe demonstrates how to enable them in Firefox.
Enabling SharedArrayBuffers in Firefox
Getting ready
This recipe assumes that you have an up to date version of Firefox installed.
How to do it...
- Open Firefox.
- Navigate to about:config.
- Click I accept the risk!
- Search for shared.
- Double-click javascript.options.shared_memory.
- This option should now...