1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

update docs on dart:developer Service class

R=johnmccutchan@google.com

Review URL: https://codereview.chromium.org/2544153003 .
This commit is contained in:
Kevin Moore 2016-12-02 10:28:42 -08:00
parent 2e9064ae13
commit b7be77cf92

View File

@ -20,8 +20,11 @@
* `dart:core`: `Set.difference` now takes a `Set<Object>` as argument.
* `dart:developer`:
* The service protocol http server can now be controlled from Dart code.
* `dart:developer`
* Added `Service` class.
* Allows inspecting and controlling the VM service protocol HTTP server.
* Provides an API to access the ID of an `Isolate`.
### Tool changes