WebIDLpedia

NotRestoredReasons interface

Definition

HTML Standard defines NotRestoredReasons



[Exposed=Window]
interface NotRestoredReasons {
  readonly attribute DOMString? src;
  readonly attribute DOMString? id;
  readonly attribute DOMString? name;
  readonly attribute DOMString? url;
  readonly attribute FrozenArray<NotRestoredReasonDetails>? reasons;
  readonly attribute FrozenArray<NotRestoredReasons>? children;
  [Default] object toJSON();
};

Methods and attributes that return objects implementing NotRestoredReasons

Referring IDL interfaces/dictionaries

Referring specifications