From 054309965ee20ab40c04e32a323c90991f027f32 Mon Sep 17 00:00:00 2001 From: PhistucK Date: Sat, 20 Oct 2018 13:49:54 +0300 Subject: [PATCH] Clarified the Promise.prototype.finally situation It seems to be supported in Edge 18 and BrowserStack shows it was supported in as early as build 17760. --- status.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/status.json b/status.json index 14a8acb2..9a8ca3db 100644 --- a/status.json +++ b/status.json @@ -3337,7 +3337,8 @@ "summary": "Registers a callback to be invoked when a promise is settled (whether it is fulfilled or rejected), allowing for cleanup of pending or ongoing actions depending on that promise.", "standardStatus": "Working draft or equivalent", "ieStatus": { - "text": "In Development" + "text": "Shipped", + "ieUnprefixed": "17760" }, "msdn": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/finally", "id": 5704570235781120,