Skip to content

Commit

Permalink
Drop dart:html from readme
Browse files Browse the repository at this point in the history
Closes #54775

GitOrigin-RevId: aeef490
Change-Id: I52c2c64826be2304006e1c27f55abf9a402ca5b5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/349402
Reviewed-by: Kevin Moore <[email protected]>
Reviewed-by: Devon Carew <[email protected]>
Commit-Queue: Devon Carew <[email protected]>
  • Loading branch information
MaryaBelanger authored and Commit Queue committed Jan 30, 2024
1 parent 15ca9f2 commit cce16ed
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions sdk/api_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,17 @@ Welcome to the Dart API reference documentation, covering the
* [dart:core](dart-core/dart-core-library.html): Core functionality such as
strings, numbers, collections, errors, dates, and URIs.
* [dart:io](dart-io/dart-io-library.html): I/O for non-web apps.
* [dart:html](dart-html/dart-html-library.html): DOM manipulation for web apps
(available only to web apps).
* [dart:async](dart-async/dart-async-library.html): Functionality for
asynchronous programming with Futures, Streams, and Zones.

You'll also find reference documentation covering Dart's various interop options,
such as:

* [dart:js_interop](dart-js_interop/dart-js_interop-library.html): Library including
a sound type hierarchy and helper functions for interoping with JavaScript.
* [package:web](https://pub.dev/documentation/web): DOM manipulation for web apps.
* [dart:ffi](dart-ffi/dart-ffi-library.html): Foreign funtion interfaces for
interoping with the C language.

The core libraries - except for `dart:core` - must be imported before they're
available for use:
Expand Down

0 comments on commit cce16ed

Please sign in to comment.