File tree 7 files changed +28
-0
lines changed
7 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Copyright 2018 The Chromium Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
1
5
export 'src/cross_file.dart' ;
Original file line number Diff line number Diff line change
1
+ // Copyright 2018 The Chromium Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
1
5
export 'types/interface.dart'
2
6
if (dart.library.html) 'types/html.dart'
3
7
if (dart.library.io) 'types/io.dart' ;
Original file line number Diff line number Diff line change
1
+ // Copyright 2018 The Chromium Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
1
5
import 'dart:convert' ;
2
6
import 'dart:typed_data' ;
3
7
Original file line number Diff line number Diff line change
1
+ // Copyright 2018 The Chromium Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
1
5
import 'dart:convert' ;
2
6
import 'dart:typed_data' ;
3
7
Original file line number Diff line number Diff line change
1
+ // Copyright 2018 The Chromium Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
1
5
import 'dart:typed_data' ;
2
6
import 'package:meta/meta.dart' ;
3
7
Original file line number Diff line number Diff line change
1
+ // Copyright 2018 The Chromium Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
1
5
import 'dart:convert' ;
2
6
import 'dart:io' ;
3
7
import 'dart:typed_data' ;
Original file line number Diff line number Diff line change
1
+ // Copyright 2018 The Chromium Authors. All rights reserved.
2
+ // Use of this source code is governed by a BSD-style license that can be
3
+ // found in the LICENSE file.
4
+
1
5
import 'dart:html' ;
2
6
3
7
/// Create anchor element with download attribute
You can’t perform that action at this time.
0 commit comments