Files
kiss-firefox/template/externs/webextension_polyfill/scripting/ExecutionWorld.hx
2025-02-02 18:08:09 -06:00

6 lines
197 B
Haxe

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