Support for AbortSignal in Node.js core API methods

child_process

  • child_process.exec
  • child_process.execFile
  • child_process.fork
  • child_process.spawn

dgram

  • dgram.createSocket

events

  • events.on
  • events.once

fs

  • fs.readFile
  • fs.watch
  • fs.writeFile

http

  • http.request
  • https.request

http2session

  • http2Session.request

timers/promises

  • timers/promises.setImmediate
  • timers/promises.setTimeout

readline

  • readline.Interface
  • readline.createInterface