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

Unified Diff: sdk/lib/core/resource.dart

Issue 1284393004: Mark resource as experimental (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/core/resource.dart
diff --git a/sdk/lib/core/resource.dart b/sdk/lib/core/resource.dart
index 9bb88d117562999c377ea67da7900d48d6eac34f..de12a30b83a022597cc81e11b85da869f683f5a9 100644
--- a/sdk/lib/core/resource.dart
+++ b/sdk/lib/core/resource.dart
@@ -7,6 +7,9 @@ part of dart.core;
/**
* A resource that can be read into the program.
*
+ * WARNING: This API is under development,
mit 2015/08/20 09:31:42 I am not sure 'WARNING' is the best way of communi
Lasse Reichstein Nielsen 2015/08/20 09:40:15 Interesting. I try to not use any fancy markdown i
mit 2015/08/20 09:42:53 OK leaving out markdown. But still think we should
+ * it may be changed or removed in future releases
+ *
* A resource is data that can be located using a URI and read into
* the program at runtime.
* The URI may use the `package` scheme to read resources provided
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698