From ebaf8c045c873d60e29cb132e8e97e203af9e129 Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Tue, 30 Jan 2024 09:23:51 -0500 Subject: [PATCH] Add stub finally() definition --- spec.bs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spec.bs b/spec.bs index b7dad7d..108b6e5 100644 --- a/spec.bs +++ b/spec.bs @@ -687,6 +687,12 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w 1. TODO: Spec this and use |mapper|. +
+ The finally(|callback|) method steps are: + + 1. TODO: Spec this and use |callback|. +
+

{{Promise}}-returning operators