Re: [webkit-dev] Request for position on isInputPending

2020-09-29 Thread Andrew Comminos
Thanks for the response Ryosuke, comments inline. On 9/23/20 12:37 AM, Ryosuke Niwa wrote: As we have discussed in other avenues, we're skeptical that this API is needed given native apps on iOS and macOS don't need such an API and many iOS apps are considered as a pinnacle of good performance.

Re: [webkit-dev] Request for position on isInputPending

2020-09-29 Thread Ryosuke Niwa
On Tue, Sep 29, 2020 at 1:44 PM Andrew Comminos wrote: > Thanks for the response Ryosuke, comments inline. > > On 9/23/20 12:37 AM, Ryosuke Niwa wrote: > > As we have discussed in other avenues, we're skeptical that this API is > > needed given native apps on iOS and macOS don't need such an API

Re: [webkit-dev] Request for position on isInputPending

2020-09-23 Thread Ryosuke Niwa
On Fri, Sep 18, 2020 at 11:56 AM Andrew Comminos wrote: > We're looking to gather a position from WebKit folks on isInputPending, > an API to query for the presence of pending input events. It allows > sites to reduce event latency by yielding during longer computational > tasks, without sacrific

[webkit-dev] Request for position on isInputPending

2020-09-18 Thread Andrew Comminos
Hey all, We're looking to gather a position from WebKit folks on isInputPending, an API to query for the presence of pending input events. It allows sites to reduce event latency by yielding during longer computational tasks, without sacrificing throughput otherwise. Explainer: https://githu