How to enable sharedarraybuffer on website
In my earlier post I showed how I fixed the SharedArrayBuffer not defined error on my web app. I did it by adding the COOP and COEP headers to that…
0 Comments
January 14, 2023
In my earlier post I showed how I fixed the SharedArrayBuffer not defined error on my web app. I did it by adding the COOP and COEP headers to that…
From time to time, I have the need to create custom gifs for my blog or sharing over social networking sites. I had used websites like Giphy to create them,…
Recently, I came across this SharedArrayBuffer is not defined error in the Firefox browser, while working on my react app called Giferate. This error was hitting in the Firefox, mobile…