stop method

  1. @DomName('Window.stop')
  2. @DocsEditable()
void stop ()

Stops the window from loading.

Other resources

Implementation

@DomName('Window.stop')
@DocsEditable()
void stop() native;