My system is Ubuntu and i use the apache2 web server. I need SharedArrayBuffer in my site. But when I call my page I get the error:
"Uncaught (in promise) ReferenceError: SharedArrayBuffer is not defined"
My system is Ubuntu and i use the apache2 web server. I need SharedArrayBuffer in my site. But when I call my page I get the error:
"Uncaught (in promise) ReferenceError: SharedArrayBuffer is not defined"
Copyright © 2021 Jogjafile Inc.
Well, I did some research and quickly found out that I had to add the following to the header:
Now digging further.
in the console:
and changed AllowOverride None in AllowOverride All
enabled mod headers
then i restarted the apache2 server
created in var/www:
.htaccess
So now I have a cross origin isolated page.