as3httpclient
as3httpclient copied to clipboard
HTTP Client for AS3
Results
11
as3httpclient issues
Sort by
recently updated
recently updated
newest added
Currently its impossible to re-dispatch events. For example... ``` private function statusHandler( event:HttpStatusEvent ):void { dispatchEvent( event ); } ``` It will throw this error: ``` TypeError: Error #1034: Type...