package webextension_polyfill.scripting; /** The JavaScript world for a script to execute within. We currently only support the 'ISOLATED' world. **/ typedef ExecutionWorld = String;