Closed
Description
Proposed changes
In our Javascript standards section we document that eval()
and new Function
are not allowed for security reasons.
We should also add that wasm code generation is also disallowed.
Is the Javascript Standards section the best place for this information? or is there a different more proper location for this?