- From: ExE Boss <notifications@github.com>
- Date: Wed, 29 Sep 2021 10:38:45 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 29 September 2021 17:38:57 UTC
APIs that want this should just be able to use:
```webidl
callback PromiseCallback = Promise<undefined> ();
interface AppHistoryNavigateEvent : Event {
undefined transitionWhile((Promise<undefined> | PromiseCallback) newNavigationAction);
};
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/1020#issuecomment-930395161
Received on Wednesday, 29 September 2021 17:38:57 UTC