Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
review feedback
  • Loading branch information
devoncarew authored Nov 29, 2023
1 parent 3cde0e5 commit 893fba7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ Lightweight browser API bindings built around JS static interop.

## What's this?

This package exposes browser APIs. It's generated from the Web IDL
definitions and uses recent Dart language features for zero-overhead bindings.
This package exposes browser APIs. It's generated from the Web IDL definitions
and uses recent Dart language features for zero-overhead bindings.

This package is intended to replace
[`dart:html`](https://api.dart.dev/stable/dart-html/dart-html-library.html) and
similar Dart SDK libraries. The package will support access to browser APIs from Dart code
compiled to either JavaScript or WebAssembly.
similar Dart SDK libraries. It will support access to browser APIs from Dart
code compiled to either JavaScript or WebAssembly.

## Status

The APIs in this package are still fairly provisional and could change rapidly.
We'll continue to use semver as we evolve the APIs.
We'll continue to use [semantic versioning](https://semver.org/) as we evolve
the APIs.

## Usage

Expand Down

0 comments on commit 893fba7

Please sign in to comment.