Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

io.js node.js compatibility

Malte-Thorben Bruns edited this page Apr 24, 2015 · 1 revision

require.abort()

On a call to request.abort() three different scenarios exist;

  • node.js 0.10 emits error event
  • node.js 0.12 silently aborts
  • io.js 1.x emits abort event.
Clone this wiki locally