Re: [ClojureScript] Upgrading to 1.9.456 challenges with foreign-libs and synchronous XMLHttpRequest in Chrome

2017-02-13 Thread Hitesh
Release 1.9.473 did end up fixing it. Thanks! -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emai

Re: [ClojureScript] Upgrading to 1.9.456 challenges with foreign-libs and synchronous XMLHttpRequest in Chrome

2017-02-06 Thread Hitesh
avid > > > On Sat, Feb 4, 2017 at 11:43 PM, Hitesh wrote: > I'm trying to upgrade a project from 1.8.51.  It has some foreign libs and > manually defined externs in it which were working fine. > > > >       :foreign-libs [{:file > "https://cdn

[ClojureScript] Upgrading to 1.9.456 challenges with foreign-libs and synchronous XMLHttpRequest in Chrome

2017-02-04 Thread Hitesh
I'm trying to upgrade a project from 1.8.51. It has some foreign libs and manually defined externs in it which were working fine. :foreign-libs [{:file "https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.5/TweenMax.min.js"; :provides ["TweenMax"]}] :externs ["rea