Ongoing technical constraints
None.
Is this feature supported on all five Blink platforms (Windows, Mac, Linux, Chrome OS and Android)?
Yes.
On Tue, Jul 22, 2014 at 1:31 PM, Eric Seidel <ese...@chromium.org> wrote:
> Concerns were also raised about the stable state quiecence logic and
> whether we implement it correctly:
> http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#await-a-stable-state
> But that can also be investigated (and possibly fixed) asynchronously
> from shipping this feature.
Can you be more specific about the concerns? AFAIK, I implemented it correctly.
>>> email to blink-dev+unsubscribe@chromium.org.
On Tue, Jul 22, 2014 at 6:03 PM, Adam Barth <aba...@chromium.org> wrote:
> On Tue Jul 22 2014 at 2:59:10 PM, 'Christian Biesinger' via blink-dev
> <blin...@chromium.org> wrote:
>>
>> On Tue, Jul 22, 2014 at 1:31 PM, Eric Seidel <ese...@chromium.org> wrote:
>> > Concerns were also raised about the stable state quiecence logic and
>> > whether we implement it correctly:
>> >
>> > http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#await-a-stable-state
>> > But that can also be investigated (and possibly fixed) asynchronously
>> > from shipping this feature.
>>
>> Can you be more specific about the concerns? AFAIK, I implemented it
>> correctly.
>
>
> I just remember there was some back and forth about the differences between
> microtasks and awaiting a stable state, etc. I just wanted to check up on
> how all that got resolved to make sure our implementation is in sync with
> the spec.
>
> None of that needs to block shipping the feature. It's just something that
> came up in our discussion today.
Ah yeah, the outcome was to make stable states identical to
microtasks. Assuming that we implement microtasks per the spec, this
should be implemented correctly. Hope this helps.
>> >>> email to blink-dev+unsubscribe@chromium.org.