Dart
dart:html
Window
stop method
description
stop method
void
stop
(
)
Stops the window from loading.
Other resources
The Window object
from W3C.
Implementation
void
stop() native;