MCPcopy
hub / github.com/socketio/socket.io / unloadHandler

Function unloadHandler

packages/socket.io/client-dist/socket.io.js:1300–1306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1298 }
1299 }
1300 function unloadHandler() {
1301 for (var i in Request.requests) {
1302 if (Request.requests.hasOwnProperty(i)) {
1303 Request.requests[i].abort();
1304 }
1305 }
1306 }
1307 var hasXHR2 = function () {
1308 var xhr = newRequest({
1309 xdomain: false

Callers

nothing calls this directly

Calls 1

abortMethod · 0.45

Tested by

no test coverage detected