Skip to content

Commit

Permalink
Update Safari CSP support (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicoxyzzy authored Nov 7, 2024
1 parent 9420dbf commit 9d0060d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion features.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@
"tailCall": ["flag", "Supported in Safari Technology Preview 202"],
"threads": ["14.1", "Supported in desktop Safari since 14.1 and iOS Safari since 14.5"],
"typedFunctionReferences": "18",
"typeReflection": ["flag", "Supported in Safari Technology Preview 202, only supports `WebAssembly.Module.imports` and `WebAssembly.Module.exports`"]
"typeReflection": ["flag", "Supported in Safari Technology Preview 202, only supports `WebAssembly.Module.imports` and `WebAssembly.Module.exports`"],
"webContentSecurityPolicy": "16"
}
},
"Node.js": {
Expand Down

0 comments on commit 9d0060d

Please sign in to comment.