Open Bug 704102 Opened 13 years ago Updated 2 years ago

Mint a chrome-only XHR response type for xhr.channel

Categories

(Core :: DOM: Core & HTML, defect, P5)

defect

Tracking

()

People

(Reporter: hsivonen, Unassigned)

References

Details

Gecko has a .channel property on XHR that only chrome-privileged code can access. When chrome code only wants to hook its listeners to the channel, all the other stuff that XHR does to populate the Web-exposed response properties is pure overhead.

There should be a response type that only chrome-privileged code can set that'd turn off the usual response population (i.e. turn off response parsing and responseText conversion as well as arraybuffer buffering) and so that there's nothing to see except .channel.
Blocks: 702971
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046

Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.

If you have questions, please contact :mdaly.
Priority: -- → P5
Component: DOM → DOM: Core & HTML
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.