Skip to content
Snippets Groups Projects
Commit 12d653a0 authored by esikkala's avatar esikkala
Browse files

Add workaround for SharedArrayBuffer

- Chrome warning: SharedArrayBuffer will require
cross-origin isolation as of M91
parent 1d280b1c
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<script>
// See https://github.com/facebook/react/issues/20829#issuecomment-802088260
if (!crossOriginIsolated) SharedArrayBuffer = ArrayBuffer;
</script>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment