Skip to content

Commit 5831578

Browse files
committed
Reverted utils.dart
1 parent cab59fc commit 5831578

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pkgs/http/test/html/utils.dart

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
5+
import 'package:web/web.dart' show window;
6+
7+
export '../utils.dart';
8+
9+
/// The test server's echo URL.
10+
Uri get echoUrl =>
11+
Uri.parse('${window.location.protocol}//${window.location.host}/echo');

0 commit comments

Comments
 (0)