Is there any movement on this? 

Has anybody used a promises library with Polymer?

How about this: https://github.com/jakearchibald/es6-promise ? 

On Monday, October 21, 2013 9:58:39 PM UTC+2, Daniel Freedman wrote:
>
> To follow up, we think Promises are an important part of the Web Platform, 
> and we should certainly add a spec conforming polyfill to the Platform 
> layer.
>
> I asked Alex Russell about the status of Promises recently, and he said 
> that there were some inflight API changes and advised to wait for the spec 
> and polyfill implementations to catch up.
>
> I'm inclined to agree on the basis of reducing churn, and hold off on 
> including a Promises implementation in Platform until a good polyfill is 
> ready.
>
>
> On Thu, Oct 17, 2013 at 8:29 AM, <bkar...@gmail.com <javascript:>> wrote:
>
>> Given all that polymer is doing with normalizing the layers, etc - it 
>> feels like polymer should include a prollyfill for Promises.  Would make 
>> several parts of the code easier to grok and manage.  In mucking with the 
>> patterns in HTML Imports and attempting to shim in something like the parse 
>> observers I suggested elsewhere I hit up against how Loader is used and it 
>> looks like it is effectively just managing something like promises there... 
>> In the existing code you know all link tags up front because you wait until 
>> DOMContentLoaded, so that works fine... Shifting this way means that isn't 
>> true.  With promises, that would be pretty easy to plug in in the right 
>> place I think, but it seems there are callback chains in the pattern right 
>> now that make this hard.  
>>
>> Feels like Promises are an important part of the future platform, let's 
>> add it?
>>
>> Follow Polymer on Google+: plus.google.com/107187849809354688692
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Polymer" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to polymer-dev...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to polymer-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/0944a1eb-bf4e-4b40-a406-43e1aa420dac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to