Open WardBrian opened 1 month ago
Currently the analysis/data scripts cannot be cancelled. This is possible to implement in the following way:
.interrupt()
SharedArrayBuffer
Currently the analysis/data scripts cannot be cancelled. This is possible to implement in the following way:
.interrupt()
function, but this is only available if theSharedArrayBuffer
implementation is used, which we currently do not. I believe we would need some extra vercel config: https://vercel.com/guides/fix-shared-array-buffer-not-defined-nextjs-react