| OLD | NEW |
| 1 library indexed_db; | 1 library indexed_db; |
| 2 | 2 |
| 3 import 'dart:async'; | 3 import 'dart:async'; |
| 4 import 'dart:html'; | 4 import 'dart:html'; |
| 5 import 'dart:html_common'; | 5 import 'dart:html_common'; |
| 6 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 6 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 7 // for details. All rights reserved. Use of this source code is governed by a | 7 // for details. All rights reserved. Use of this source code is governed by a |
| 8 // BSD-style license that can be found in the LICENSE file. | 8 // BSD-style license that can be found in the LICENSE file. |
| 9 | 9 |
| 10 // DO NOT EDIT | 10 // DO NOT EDIT |
| (...skipping 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1264 @DocsEditable | 1264 @DocsEditable |
| 1265 EventListenerList get blocked => this['blocked']; | 1265 EventListenerList get blocked => this['blocked']; |
| 1266 } | 1266 } |
| 1267 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1267 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1268 // for details. All rights reserved. Use of this source code is governed by a | 1268 // for details. All rights reserved. Use of this source code is governed by a |
| 1269 // BSD-style license that can be found in the LICENSE file. | 1269 // BSD-style license that can be found in the LICENSE file. |
| 1270 | 1270 |
| 1271 | 1271 |
| 1272 @DocsEditable | 1272 @DocsEditable |
| 1273 @DomName('IDBAny') | 1273 @DomName('IDBAny') |
| 1274 class _Any native "*IDBAny" { | 1274 class _IDBAny native "*IDBAny" { |
| 1275 } | 1275 } |
| OLD | NEW |