Results 1 - 4 of 4

IDBTransaction.abort()

All pending IDBRequest objects created during this transaction have their IDBRequest.error attribute set to AbortError.
abort API Database IDBTransaction IndexedDB Method Reference storage Storage

XMLHttpRequest.abort()

The XMLHttpRequest.abort() method aborts the request if it has already been sent. When a request is aborted, its readyState is set to 0 (UNSENT), but the readystatechange event is not fired.
abort AJAX API HTTP HttpRequest Method Reference XHR XMLHttpRequest

SourceBuffer.abort()

The abort() method of the SourceBuffer interface aborts the current segment and resets the segment parser.
abort API Audio Experimental Media Source Extensions Method MSE Reference SourceBuffer Video