From 570575af901403946b6f6ae7137450785f8716e0 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 --- 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.