default_view property

default_view property

The defaultView IDL attribute of the Document interface, on getting, must return this Document’s browsing context’s WindowProxy object, if this Document has an associated browsing context, or null otherwise.

Definition:

@property
def default_view(self):
    ...

See Also