CreateContextOptionsCodeGeneration

sealed external interface CreateContextOptionsCodeGeneration(source)

Properties

Link copied to clipboard
abstract var strings: Boolean?

If set to false any calls to eval or function constructors (Function, GeneratorFunction, etc) will throw an EvalError.

Link copied to clipboard
abstract var wasm: Boolean?

If set to false any attempt to compile a WebAssembly module will throw a WebAssembly.CompileError.