Skip to content

Commit 1d53702

Browse files
committed
Mark resource as experimental
Fixes issue 24150 BUG= http://dartbug.com/24150 [email protected] Review URL: https://codereview.chromium.org//1284393004 .
1 parent e3963b8 commit 1d53702

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sdk/lib/core/resource.dart

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ part of dart.core;
77
/**
88
* A resource that can be read into the program.
99
*
10+
* WARNING: This API is _experimental_,
11+
* and it may be changed or removed in future releases
12+
*
1013
* A resource is data that can be located using a URI and read into
1114
* the program at runtime.
1215
* The URI may use the `package` scheme to read resources provided

0 commit comments

Comments
 (0)