tommy
(Tommy Gaessler)
4
Hey @carbonfreeconf ,
Have you added the meta tag with your SharedArrayBuffer token to your html webpages?
<meta http-equiv="origin-trial" content="TOKEN_GOES_HERE">
You can validate this by entering the following in the browser console on your page:
typeof SharedArrayBuffer ==='function'
Related thread:
Thanks,
Tommy
1 Like