Dart Documentationchrome.declarativeWebRequestRedirectToEmptyDocument

RedirectToEmptyDocument class

Declarative event action that redirects a network request to an empty document.

class RedirectToEmptyDocument extends ChromeObject {
 RedirectToEmptyDocument();
 RedirectToEmptyDocument.fromProxy(JsObject jsProxy): super.fromProxy(jsProxy);
}

Extends

ChromeObject > RedirectToEmptyDocument

Constructors

new RedirectToEmptyDocument() #

Create a new instance of a ChromeObject, which creates and delegates to a JsObject proxy.

docs inherited from ChromeObject
RedirectToEmptyDocument();

new RedirectToEmptyDocument.fromProxy(JsObject jsProxy) #

Create a new instance of a ChromeObject, which delegates to the given JsObject proxy.

docs inherited from ChromeObject
RedirectToEmptyDocument.fromProxy(JsObject jsProxy): super.fromProxy(jsProxy);

Properties

final jsProxy #

inherited from ChromeObject
final dynamic jsProxy

Methods

JsObject toJs() #

inherited from ChromeObject
JsObject toJs() => jsProxy;

String toString() #

inherited from ChromeObject

Returns a string representation of this object.

docs inherited from Object
String toString() => jsProxy.toString();