6 lines
201 B
Haxe
6 lines
201 B
Haxe
package webextension_polyfill.webrequest;
|
|
|
|
/**
|
|
If the request has been classified this is an array of $(ref:UrlClassificationFlags).
|
|
**/
|
|
typedef UrlClassificationParty = Array<UrlClassificationFlags>; |