This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 16708 - s/ArrayBuffer/ArrayBufferView/ - See http://lists.w3.org/Archives/Public/public-webapps/2012AprJun/0177.html
Summary: s/ArrayBuffer/ArrayBufferView/ - See http://lists.w3.org/Archives/Public/publ...
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebSocket API (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: public-webapps-bugzilla
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-12 07:25 UTC by contributor
Modified: 2012-05-02 20:17 UTC (History)
5 users (show)

See Also:


Attachments

Description contributor 2012-04-12 07:25:28 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/network.html
Multipage: http://www.whatwg.org/C#the-websocket-interface
Complete: http://www.whatwg.org/c#the-websocket-interface

Comment:
s/ArrayBuffer/ArrayBufferView/ - See
http://lists.w3.org/Archives/Public/public-webapps/2012AprJun/0177.html

Posted from: 85.227.154.145 by simonp@opera.com
User agent: Opera/9.80 (Macintosh; Intel Mac OS X 10.7.2; U; en) Presto/2.10.229 Version/11.62
Comment 1 Jonas Sicking (Not reading bugmail) 2012-04-12 07:40:47 UTC
I don't believe we should do this for data coming *from* the network. Possibly we should do it for data sent *to* the network.
Comment 2 Simon Pieters 2012-04-12 07:59:08 UTC
Ah, yeah, that's what the XHR spec appears to be doing.
Comment 3 contributor 2012-05-02 20:17:31 UTC
Checked in as WHATWG revision r7085.
Check-in comment: You send ArrayBufferViews, not ArrayBuffers.
http://html5.org/tools/web-apps-tracker?from=7084&to=7085