[haiku-bugs] Re: [Haiku] #11077: Finish HTML5Canvas (currently says "XHR has no multipart field")

  • From: "kallisti5" <trac@xxxxxxxxxxxx>
  • Date: Thu, 07 Aug 2014 19:06:08 -0000

#11077: Finish HTML5Canvas (currently says "XHR has no multipart field")
----------------------------------+----------------------------
   Reporter:  ttcoder             |      Owner:  mmu_man
       Type:  enhancement         |     Status:  assigned
   Priority:  low                 |  Milestone:  R1
  Component:  Servers/app_server  |    Version:  R1/Development
 Resolution:                      |   Keywords:  html5
 Blocked By:                      |   Blocking:
Has a Patch:  0                   |   Platform:  All
----------------------------------+----------------------------

Comment (by kallisti5):

 Current issue:
 https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest

 multipart Obsolete since Gecko 22
 ----

 This Gecko-only feature was removed in Firefox/Gecko 22. Please use
 Server-Sent Events, Web Sockets, or responseText from progress events
 instead.

 Indicates whether or not the response is expected to be a stream of
 possibly multiple XML documents. If set to true, the content type of the
 initial response must be multipart/x-mixed-replace or an error will occur.
 All requests must be asynchronous.

 This enables support for server push; for each XML document that's written
 to this request, a new XML DOM document is created and the onload handler
 is called between documents.

--
Ticket URL: <https://dev.haiku-os.org/ticket/11077#comment:3>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: