Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

XMLHttpRequestEventTarget

XMLHttpRequestEventTarget: object

Type declaration

onabort

onabort: function | null

onerror

onerror: function | null

onload

onload: function | null

onloadend

onloadend: function | null

onloadstart

onloadstart: function | null

onprogress

onprogress: function | null

ontimeout

ontimeout: function | null

Methods

addEventListener

dispatchEvent

  • dispatchEvent(event: Event): boolean
  • Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.

    Parameters

    • event: Event

    Returns boolean

removeEventListener

Generated using TypeDoc