dart-archive / web-components

Dart package providing the web components platform polyfills
https://pub.dartlang.org/packages/web_components
BSD 3-Clause "New" or "Revised" License
18 stars 10 forks source link

fixes issue #27 #28

Closed kasperpeulen closed 9 years ago

kasperpeulen commented 9 years ago

fix #27

I honestly don't know why this works, it was a bit trial and error for me. Maybe this gives other problems, but at least it solves issue #27 for me.

jakemac53 commented 9 years ago

Unfortunately this will cause pretty bad performance regressions most likely :(. It is good to know though that the resolvers are where the deadlock is coming from.

jakemac53 commented 9 years ago

Actually, on second thought I think its probably worth submitting this for now and accept any possible performance hit since it at least gets things working. I will leave the other bug open though, as we should really try to find the root cause here.