- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Tue, 17 Mar 2020 09:24:22 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 17 March 2020 16:24:34 UTC
saschanaz commented on this pull request. > - Promise<void> delay(unrestricted double ms); + Promise<void> delay(unrestricted f64 ms); AFAIK an identifier can't contain a whitespace and thus `typedef (unrestricted f32) unrestricted float;` is invalid syntax... -- 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#discussion_r393805830
Received on Tuesday, 17 March 2020 16:24:34 UTC