name property

String get name

The Window.name property gets/sets the name of the window's browsing context.

Implementation

external String get name;
set name (String value)

Implementation

external set name(String value);