-
Notifications
You must be signed in to change notification settings - Fork 328
Open
Description
I'm using regl in an environment that has enabled Trusted Types (fortunately in "Report Only" mode for now). It reports on this line in codegen.js
, where a function is constructed from the generated code.
Is it feasible for regl to become compliant with Trusted Types? I don't have any experience with this, but if I'm understanding the documentation correctly, it might relatively simple to create a Trusted Type policy and then construct a TrustedScript
from the generated source before calling the Function
constructor on it.
Metadata
Metadata
Assignees
Labels
No labels