From 21c8c7e5114c56c8326aa15f11e69d58326553da Mon Sep 17 00:00:00 2001 From: Nitzan Uziely Date: Fri, 22 Jan 2021 23:01:43 +0200 Subject: [PATCH] dgram: support AbortSignal in createSocket PR-URL: https://github.com/nodejs/node/pull/37026 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Rich Trott --- doc/api/dgram.md | 18 +++++++++++++ lib/dgram.js | 15 +++++++++++ test/parallel/test-dgram-close-signal.js | 33 ++++++++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 test/parallel/test-dgram-close-signal.js diff --git a/doc/api/dgram.md b/doc/api/dgram.md index d3ed6a6f171621..6b6c61b337cea3 100644 --- a/doc/api/dgram.md +++ b/doc/api/dgram.md @@ -735,6 +735,9 @@ chained.