cretz / doogie

A Chromium-based web browser with tree-style pages
https://cretz.github.io/doogie
MIT License
279 stars 28 forks source link

Temporarily Disable SharedArrayBuffer #68

Closed cretz closed 6 years ago

cretz commented 6 years ago

Per spectre, the SharedArrayBuffer is used in a web worker to get cache miss timings. Chrome is not disabling until 64 and CEF might take a couple of days to go to 64. Based on my test at https://jsfiddle.net/5n6poqjd/, FF has already disabled it, so we might as well too.