Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypedArrays feature-detection #658

Merged
merged 2 commits into from
Jan 7, 2013
Merged

Conversation

fivetanley
Copy link
Contributor

Why test for TypedArrays? We have a DataView test!

Some browsers support manipulating binary data using various views of ArrayBuffers (e.g., UInt8Array), but do not support the more low-level DataView API. Firefox, for example, does not have an implementation for DataView in versions <= 14 (current version).

References:

Typed Arrays Specification
CanIUse: TypedArrays
Mozilla Developer Network: TypedArrays

… browsers that support TypedArrays/ArrayBuffers/and views of those buffers if they do not have DataView
@travisbot
Copy link

This pull request passes (merged b248337 into 05ddc4c).

@travisbot
Copy link

This pull request passes (merged 8a7b3c1 into 05ddc4c).

@travisbot
Copy link

This pull request passes (merged 92e26987 into 05ddc4c).

@paulirish
Copy link
Member

thx sir

paulirish added a commit that referenced this pull request Jan 7, 2013
TypedArrays feature-detection
@paulirish paulirish merged commit f5abc76 into Modernizr:master Jan 7, 2013
paulirish added a commit to SlexAxton/Modernizr that referenced this pull request Feb 14, 2013
patrickkettner pushed a commit to patrickkettner/Modernizr that referenced this pull request Feb 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants