ExpressJS, how to detect if client aborted the HTTP request: app.get('/', function(req, res){ req.on('close', function(){ req.isDisconnected = ...
確定! 回上一頁