add missing externs to repo
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package webextension_polyfill.namespaces.privacy_websites.privacywebsites;
|
||||
|
||||
/**
|
||||
The settings for cookies.
|
||||
**/
|
||||
typedef CookieConfig = {
|
||||
/**
|
||||
The type of cookies to allow.
|
||||
Optional.
|
||||
**/
|
||||
@:optional
|
||||
var behavior : CookieConfigBehaviorEnum;
|
||||
};
|
Reference in New Issue
Block a user