mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
d52475c166
The WebSql was dropped 5+ years ago and this library is unsupported. This change adds the `@deprecated` annotation on the library and APIs in dart:html that expose it (`window.openDatabase`). It also indicates to dartdoc to skip it for the api.dart.dev site. I run a `pub_crawl` process to verify that this is not in use. I checked 15K packages, and only found 2 occurrances of an import to this library: * One in a package marked as discontinued (used for migrating constants back in Dart 2) * Another in an example mock test (generated by mockito for mocking dart:html) Also no library uses `window.openDatabase` either. We will send a breaking change announcement soon and plan to delete this in a future Dart release (possibly 2.15). Fixes https://github.com/dart-lang/sdk/issues/45687 Fixes https://github.com/dart-lang/sdk/issues/45688 Change-Id: I8cd2bfa0ce64892c3f108bd6e24b8a0a3ec7c6ed Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/196461 Reviewed-by: Srujan Gaddam <srujzs@google.com> Commit-Queue: Sigmund Cherem <sigmund@google.com> |
||
---|---|---|
.. | ||
web_sql_dart2js.dart |