6 lines
197 B
Haxe
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; |