hcsuk commented on issue #340: URLLoader: HTTPStatusEvent addition
URL: https://github.com/apache/royale-asjs/pull/340#issuecomment-437456584
 
 
   Thanks - I had wondered about using the ValueEvent .. my main concern with 
that was the typing, where it's after an Object type. If it was a * it might 
have been possible I guess, but when I wanted to put an integer into this slot 
I would have got compiler errors from the initial type checking. Adding it as 
an object with a 'status' member would have added overhead within the VM. As an 
aside, this might be where a templated type would be useful e.g. 
`ValueEvent.<uint>` ... but that's a bit of a digression!
   cheers

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to