Baseline Widely available
å¦æè¯¥è¯·æ±å·²è¢«ååºï¼XMLHttpRequest.abort() æ¹æ³å°ç»æ¢è¯¥è¯·æ±ãå½ä¸ä¸ªè¯·æ±è¢«ç»æ¢ï¼å®ç readyState
å°è¢«ç½®ä¸º XMLHttpRequest.UNSENT
(0)ï¼å¹¶ä¸è¯·æ±ç status
置为 0ã
æ ã
è¿åå¼undefined
var xhr = new XMLHttpRequest(),
method = "GET",
url = "https://developer.mozilla.org/";
xhr.open(method, url, true);
xhr.send();
if (OH_NOES_WE_NEED_TO_CANCEL_RIGHT_NOW_OR_ELSE) {
xhr.abort();
}
è§è æµè§å¨å
¼å®¹æ§ åè§
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4