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

Side by Side Diff: README.md

Issue 1612003002: Add browser-compatible version. (Closed) Base URL: https://github.com/dart-lang/resource.git@master
Patch Set: Made test run 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 unified diff | Download patch
« no previous file with comments | « CHANGELOG.md ('k') | lib/browser_resource.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Resource 1 # Resource
2 2
3 Reading data from package contents and files. 3 Reading data from package contents and files.
4 4
5 ## Features and bugs 5 ## Features and bugs
6 6
7 The current version depends on the `dart:io` library, and doesn't work 7 The current version of `resource.dart` depends on the `dart:io` library,
8 in the browser. A browser alternative will be added soon. 8 and doesn't work in the browser.
9 Use `package:resource/browser_resource.dart` in the browser until
10 further notice.
9 11
10 Please file feature requests and bugs at the [issue tracker][tracker]. 12 Please file feature requests and bugs at the [issue tracker][tracker].
11 13
12 [tracker]: https://github.com/dart-lang/resource/issues 14 [tracker]: https://github.com/dart-lang/resource/issues
OLDNEW
« no previous file with comments | « CHANGELOG.md ('k') | lib/browser_resource.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698