FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Support Chrome as old as 22 · popcodeorg/popcode@087841d · GitHub

Commit 087841d

Browse files
committed
Support Chrome as old as 22
Now that we shim DOMParser, we can support all versions of Chrome that have a working implementation of standard flexbox. According to caniuse, this should allow us to go back to 21, but testing on 21 indicates that its flex implementation is buggy. Works fine on 22 though.
1 parent 8481712 commit 087841d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎config/browsers.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"firefox": "28",
3-
"chrome": "30",
3+
"chrome": "22",
44
"safari": "7.1"
55
}

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL