This repository was archived by the owner on Oct 9, 2019. It is now read-only.
Update browser support info for IE10 and 11#57
Open
PaintNinja wants to merge 1 commit intoremy:masterfrom
Open
Update browser support info for IE10 and 11#57PaintNinja wants to merge 1 commit intoremy:masterfrom
PaintNinja wants to merge 1 commit intoremy:masterfrom
Conversation
As of IE10 and 11, some new features are now supported. These include: - Web Workers (http://caniuse.com/#search=web workers) - Web Sockets (http://caniuse.com/#search=web sockets) - History API using pushState (http://caniuse.com/#search=session history) - Hidden property (http://caniuse.com/#search=hidden) - Drag and drop and XHR upload (http://caniuse.com/#search=hxr) - Browser based file reading (http://caniuse.com/#search=file api) - Drag files directly into your browser (http://caniuse.com/#search=file api) - Simple class manipulation (http://caniuse.com/#search=classlist) - dataset (data-* attributes) (http://caniuse.com/#search=dataset) - Offline detection (tested the demo in IE11... works perfectly) - Offline application using the manifest (http://caniuse.com/#search=manifest)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As of IE10 and 11, some new features are now supported. These include: