aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--resources/src/mediawiki.api/AbortController.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/resources/src/mediawiki.api/AbortController.js b/resources/src/mediawiki.api/AbortController.js
index 90059a793ef1..cb874e19ee24 100644
--- a/resources/src/mediawiki.api/AbortController.js
+++ b/resources/src/mediawiki.api/AbortController.js
@@ -1,6 +1,7 @@
-// Support: Safari < 11.1, probably? There's conflicting information about it on the internet.
-// eslint-plugin-compat says "AbortController is not supported in Safari 11, iOS Safari 11.0-11.2",
-// but the documentation on MDN and caniuse.com disagrees. If you find out who's right, update this.
+// Support: Firefox < 97, Chrome < 98, Safari < 15.4.
+// mw.Api's use of AbortController requires the AbortSignal 'reason' property,
+// which was not supported in earlier versions.
+// https://caniuse.com/mdn-api_abortsignal_reason
/**
* @classdesc