[scriptable, uuid(a6cf906f-15b3-11d2-932e-00805f8add32)]
interface nsIDOMWindowCollection : nsISupports

Attributes

 The nsIDOMWindowCollection interface is an interface for a
 collection of DOM window objects.

 @status FROZEN


 Accessor for the number of windows in this collection.
readonly attribute unsigned long length

Methods

 Method for accessing an item in this collection by index.
nsIDOMWindow item(in unsigned long index)
 Method for accessing an item in this collection by window name.
nsIDOMWindow namedItem(in DOMString name)