-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
BugError or unexpected behaviorsError or unexpected behaviorsGood First IssueA beginner-friendly issue, great for first-time contributorsA beginner-friendly issue, great for first-time contributorsType:TaskTasks tied specifically to developer operations and maintenanceTasks tied specifically to developer operations and maintenance
Description
Details about the bug:
- Web browser and version: Edge 108.0.1462.54
- Operating System: Windows
- Steps to reproduce this: https://editor.p5js.org/pflannery/sketches/RwHhvso2I
When trying to create a SharedArrayBuffer an error message is displayed
SharedArrayBuffer is not defined
In order to enable SharedArrayBuffer the server needs the following headers:
- Cross-Origin-Opener-Policy with "same-origin" (protects your origin from attackers)
- Cross-Origin-Embedder-Policy with "require-corp" (protects victims from your origin)
Metadata
Metadata
Assignees
Labels
BugError or unexpected behaviorsError or unexpected behaviorsGood First IssueA beginner-friendly issue, great for first-time contributorsA beginner-friendly issue, great for first-time contributorsType:TaskTasks tied specifically to developer operations and maintenanceTasks tied specifically to developer operations and maintenance