RequestFilter class

Constructors

RequestFilter({required List<String> urls, List<ResourceType>? types, int? tabId, int? windowId})
RequestFilter.fromJS(RequestFilter _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabId int?
getter/setter pair
toJS → RequestFilter
no setter
types List<ResourceType>?
A list of request types. Requests that cannot match any of the types will be filtered out.
getter/setter pair
urls List<String>
A list of URLs or URL patterns. Requests that cannot match any of the URLs will be filtered out.
getter/setter pair
windowId int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited