6 lines
162 B
Haxe
6 lines
162 B
Haxe
package webextension_polyfill.scripting;
|
|
|
|
/**
|
|
The style origin for the injection. Defaults to <code>'AUTHOR'</code>.
|
|
**/
|
|
typedef CSSInjectionOriginEnum = String; |