| OLD | NEW |
| 1 library dart.dom.indexed_db; | 1 library dart.dom.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 import 'dart:_js_helper' show Creates, Returns, JSName, Null; | 6 import 'dart:_js_helper' show Creates, Returns, JSName, Null; |
| 7 import 'dart:_foreign_helper' show JS; | 7 import 'dart:_foreign_helper' show JS; |
| 8 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 8 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 9 // for details. All rights reserved. Use of this source code is governed by a | 9 // for details. All rights reserved. Use of this source code is governed by a |
| 10 // BSD-style license that can be found in the LICENSE file. | 10 // BSD-style license that can be found in the LICENSE file. |
| 11 | 11 |
| 12 // DO NOT EDIT | 12 // DO NOT EDIT - unless you are editing documentation as per: |
| 13 // https://code.google.com/p/dart/wiki/ContributingHTMLDocumentation |
| 13 // Auto-generated dart:svg library. | 14 // Auto-generated dart:svg library. |
| 14 | 15 |
| 15 | 16 |
| 16 | 17 |
| 17 | 18 |
| 18 | 19 |
| 19 class _KeyRangeFactoryProvider { | 20 class _KeyRangeFactoryProvider { |
| 20 | 21 |
| 21 static KeyRange createKeyRange_only(/*Key*/ value) => | 22 static KeyRange createKeyRange_only(/*Key*/ value) => |
| 22 _only(_class(), _translateKey(value)); | 23 _only(_class(), _translateKey(value)); |
| (...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1019 } | 1020 } |
| 1020 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1021 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 1021 // for details. All rights reserved. Use of this source code is governed by a | 1022 // for details. All rights reserved. Use of this source code is governed by a |
| 1022 // BSD-style license that can be found in the LICENSE file. | 1023 // BSD-style license that can be found in the LICENSE file. |
| 1023 | 1024 |
| 1024 | 1025 |
| 1025 @DocsEditable | 1026 @DocsEditable |
| 1026 @DomName('IDBAny') | 1027 @DomName('IDBAny') |
| 1027 class _IDBAny native "*IDBAny" { | 1028 class _IDBAny native "*IDBAny" { |
| 1028 } | 1029 } |
| OLD | NEW |