- From: ExE Boss <notifications@github.com>
- Date: Tue, 17 Mar 2020 08:26:07 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 17 March 2020 15:26:19 UTC
ExE-Boss commented on this pull request. > - Promise<void> delay(unrestricted double ms); + Promise<void> delay(unrestricted f64 ms); Note that I had to revert this due to `unrestricted f64` currently being a syntax error. > - Promise<void> validatedDelay(unrestricted double ms); + Promise<void> validatedDelay(unrestricted f64 ms); ditto > - Promise<any> addDelay(Promise<any> promise, unrestricted double ms); + Promise<any> addDelay(Promise<any> promise, unrestricted f64 ms); ditto -- 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/pull/856#pullrequestreview-376141448
Received on Tuesday, 17 March 2020 15:26:19 UTC