From 7af078997a7cf51077ca57d2e14967975a664d27 Mon Sep 17 00:00:00 2001 From: Robert Nagy Date: Sat, 5 Sep 2020 16:49:55 +0200 Subject: [PATCH] fix: signal is no longer a valid option for dispatch --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c677f9e6375..5f19fbf87b4 100644 --- a/README.md +++ b/README.md @@ -430,8 +430,6 @@ Options: Default: `null`. * `headers: Object|Null`, an object with header-value pairs. Default: `null`. -* `signal: AbortController|EventEmitter|Null` - Default: `null`. * `requestTimeout: Number`, the timeout after which a request will time out, in milliseconds. Monitors time between request being enqueued and receiving a response. Use `0` to disable it entirely.