Web Standards
JavaScript Standards
All of the JavaScript standard built-ins are provided by the QuickJS runtime. You can safely to use them without any further configuration.
For security reasons, the following built-ins are not allowed to be used:
evalnew Function
Base64 encoding and decoding
Timers
Encoding API
The TextEncoder and TextDecoder support UTF-8 encoding/decoding. The TextEncoderStream and TextDecoderStream classes are also available.
Read the MDN documentation for more information.
