object
  method _QueryInterface : 'a interface -> 'a
  method onDataAvailable :
    #Mozilla.XPCOM.request ->
    #Mozilla.XPCOM.supports ->
    #Mozilla.XPCOM.inputStream -> float -> float -> unit
  method onStartRequest : #request -> #supports -> unit
  method onStopRequest : #request -> #supports -> int -> unit
end