Skip to content

Commit

Permalink
update object observe and fetch w/ caniuse
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Mar 16, 2015
1 parent 2cbe8aa commit d101277
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/polyfills.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
],
"sources": [
"http://kangax.github.io/compat-table/es7/"
]
],
"caniuse": "object-observe"
},
{
"name": "setimmediate",
Expand Down Expand Up @@ -105,6 +106,7 @@
"features": [
"window.fetch()"
],
"caniuse": "fetch",
"// notes": "requires a Promise implementation"
},
{
Expand Down

0 comments on commit d101277

Please sign in to comment.