MCPcopy Create free account
hub / github.com/socketio/socket.io / unloadHandler

Function unloadHandler

client-dist/socket.io.js:1500–1506  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1498 }
1499 }
1500 function unloadHandler() {
1501 for (var i in Request.requests) {
1502 if (Request.requests.hasOwnProperty(i)) {
1503 Request.requests[i].abort();
1504 }
1505 }
1506 }
1507
1508 var nextTick = function () {
1509 var isPromiseAvailable = typeof Promise === "function" && typeof Promise.resolve === "function";

Callers

nothing calls this directly

Calls 1

abortMethod · 0.80

Tested by

no test coverage detected