Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(646)

Unified Diff: lib/resource.dart

Issue 1612003002: Add browser-compatible version. (Closed) Base URL: https://github.com/dart-lang/resource.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/resource.dart
diff --git a/lib/resource.dart b/lib/resource.dart
index 83c75c695dabd9249317861ec15cbf8691c36cb8..600572b52a2b103daa9cb47f0d23c41277b1493a 100644
--- a/lib/resource.dart
+++ b/lib/resource.dart
@@ -21,9 +21,9 @@
/// .first;
///
///
-/// Notice: Currently this package requires `dart:io` to do the reading,
+/// Notice: Currently this library requires `dart:io` to do the reading,
/// so it doesn't work in the browser.
floitsch 2016/01/21 12:53:57 Mention browser_resource here.
Lasse Reichstein Nielsen 2016/01/25 10:48:37 Done.
library resource;
-export "src/resource.dart" show Resource;
-export "src/loader.dart" show ResourceLoader;
+export "src/resource.dart";
+export "src/loader.dart";

Powered by Google App Engine
This is Rietveld 408576698