stop function

void stop()

Cancels the document load.

MDN Reference

Implementation

void stop() {
  _i4.callMethod(
    _self,
    'stop',
    [],
  );
}