6 lines
189 B
Haxe
6 lines
189 B
Haxe
package webextension_polyfill.webrequest;
|
|
|
|
/**
|
|
The type of certificate error that was overridden for this connection, if any.
|
|
**/
|
|
typedef SecurityInfoOverridableErrorCategoryEnum = String; |