SVG1.2 networking

Hello all,

I have a few comments on the networking interfaces:

URLRequest:
What happens with partially transmitted data ?
There is only one event fired and that is the URLResponse.
It would be much nicer if there'd be a Data event fired for each data 
chunk arriving.
The event should include the data and if available the amount of data  
still expected to arrive(this info one can get from the headers too).
The responseText can just grow with each chunk of data arrived.


Sockets Connection:

There is hardly any text in that section.
Working with my SVG1.2 socket impl. I find it quite usefull to have more 
events besides ConnectionData.
I'd really like to see "Connected", "ConnectionClosed" and 
"ConnectionError".
How is the url parameter for connect to be interpreted.
If anyone is interested in my impl. please contact me. I have one in 
JavaScript using Java in Batik and one ActiveX  whcih can be used in IE 
written in Delphi.

Security concerns
A connection should be allowed to the same domain but different port.



Jan



-- 
_________________________________________________

 Jan-Klaas Kollhof

 phone: +49 174 968 9477
 email: jan@kollhof.net 
 web: http://jan.kollhof.net
_________________________________________________

Received on Tuesday, 2 November 2004 16:09:36 UTC