CacheOptions class abstract

Type definitions for service_worker_api 0.0 Project: https://developer.mozilla.org/fr/docs/Web/API/ServiceWorker_API Definitions by: Tristan Caron github.com/tristancaron Definitions: https://github.com/borisyankov/DefinitelyTyped TypeScript Version: 2.1

Annotations

Constructors

CacheOptions({bool? ignoreSearch, bool? ignoreMethod, bool? ignoreVary, String? cacheName})
factory

Properties

cacheName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ignoreMethod bool
getter/setter pair
ignoreSearch bool
getter/setter pair
ignoreVary bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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