-
Notifications
You must be signed in to change notification settings - Fork 417
Open
Labels
Milestone
Description
What feature should I check for to see if Viewer.js will work in my target browser?
Is there a check in modernizr I can use?
I want to do something like this:
// pseudo code
if (modernizr.someCheck) {
// show the document with Viewer.js
} else {
// use old viewer to show the document
}
(and why is this not properly documented?)