Bug 50199 - Add send(ArrayBuffer) to XMLHttpRequest per XMLHttpRequest Level 2 spec
Summary: Add send(ArrayBuffer) to XMLHttpRequest per XMLHttpRequest Level 2 spec
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Jian Li
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-29 18:25 PST by Jian Li
Modified: 2010-11-29 19:21 PST (History)
3 users (show)

See Also:


Attachments
Proposed Patch (7.80 KB, patch)
2010-11-29 18:28 PST, Jian Li
levin: review+
jianli: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jian Li 2010-11-29 18:25:31 PST
Add send(ArrayBuffer) to XMLHttpRequest per XMLHttpRequest Level 2 spec:
http://dev.w3.org/2006/webapi/XMLHttpRequest-2/#the-send-method
Comment 1 Jian Li 2010-11-29 18:28:10 PST
Created attachment 75097 [details]
Proposed Patch
Comment 2 David Levin 2010-11-29 18:46:15 PST
Comment on attachment 75097 [details]
Proposed Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=75097&action=review

> LayoutTests/http/tests/xmlhttprequest/send-array-buffer.html:3
> +Tests that sending an array buffer.

remove "that"
Comment 3 Jian Li 2010-11-29 19:21:56 PST
Committed as http://trac.webkit.org/changeset/72866.