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 27110 - "typedef (ArrayBufferData or ArrayBuffer) Buffer..."
Summary: "typedef (ArrayBufferData or ArrayBuffer) Buffer..."
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Boris Zbarsky
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-20 17:15 UTC by Anne
Modified: 2014-10-20 17:27 UTC (History)
3 users (show)

See Also:


Attachments

Description Anne 2014-10-20 17:15:05 UTC
http://heycam.github.io/webidl/#common-BufferSource

[[
typedef (ArrayBufferData or ArrayBuffer) BufferSource;
]]

That should say ArrayBufferView, not ArrayBufferData, as far as I can tell. Spotted by David Dorwin in bug 23369 comment 49.