https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Component+Source+Co de+Patterns
And if that doesn't make sense, we need to fix it in the wiki for the next person. Specific to XHR, that might be historic because there was a point in time where the is/as code didn't test for types that weren't written by us, but now I think it does. However, I still believe that 99% of the time in the code I write, there is no need to perform the is/as test at runtime, so it is nice to not run that code. -Alex On 7/5/16, 5:07 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote: >I noticed a lot of warning regarding this in the Maven build. But >unfortunately I can't give you any more info on that. Probably it tells >flex to ignore some coercions ;-) ... but no Idea what type of coercions. > > >Would be interested in this too :-) > > >Chris > >________________________________ >Von: Harbs <harbs.li...@gmail.com> >Gesendet: Dienstag, 5. Juli 2016 11:51:37 >An: dev >Betreff: @flexjsignorecoercion XMLHttpRequest > >I noticed this comment in HTTPService and I don’t understand what it >does. Can someone explain?