事件:'abort'


¥Event: 'abort'

稳定性: 0 - 已弃用。而是监听 'close' 事件。

¥Stability: 0 - Deprecated. Listen for the 'close' event instead.

当请求被客户端中止时触发。此事件仅在第一次调用 abort() 时触发。

¥Emitted when the request has been aborted by the client. This event is only emitted on the first call to abort().