requestTransaction accepts Promises&Generators

This commit is contained in:
Kevin Jahns
2015-06-18 02:35:52 +02:00
parent 8d1bccbea0
commit 6f99ee5c34
7 changed files with 179 additions and 124 deletions

View File

@@ -8,6 +8,7 @@
},
"parser": "babel-eslint",
"globals": {
"OperationBuffer": true
"OperationBuffer": true,
"IndexedDB": true
}
}