[docs] move several older dart: web libraries into a 'legacy' category
Change-Id: Ie4c3413191c14976f85614fab11ee94830a25aab CoreLibraryReviewExempt: documentation only change in the web libraries Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345566 Auto-Submit: Devon Carew <devoncarew@google.com> Commit-Queue: Devon Carew <devoncarew@google.com> Reviewed-by: Kevin Moore <kevmoo@google.com>
This commit is contained in:
committed by
Commit Queue
parent
1dbe011f89
commit
8379b85eab
@@ -9,7 +9,7 @@
|
||||
///
|
||||
/// For information on writing web apps with Dart, see https://dart.dev/web.
|
||||
///
|
||||
/// {@category Web}
|
||||
/// {@category Web (Legacy)}
|
||||
/// {@canonicalFor dart:_internal.HttpStatus}
|
||||
library dart.dom.html;
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
/// MDN provides [API
|
||||
/// documentation](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API).
|
||||
///
|
||||
/// {@category Web}
|
||||
/// {@category Web (Legacy)}
|
||||
library dart.dom.indexed_db;
|
||||
|
||||
import 'dart:async';
|
||||
|
||||
+1
-1
@@ -81,7 +81,7 @@
|
||||
///
|
||||
/// var jsArray = JsObject.jsify([1, 2, 3]);
|
||||
///
|
||||
/// {@category Web}
|
||||
/// {@category Web (Legacy)}
|
||||
library dart.js;
|
||||
|
||||
import 'dart:collection' show ListMixin;
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
/// You should only use these methods when the same effect cannot be achieved
|
||||
/// with `@JS()` annotations.
|
||||
///
|
||||
/// {@category Web}
|
||||
/// {@category Web (Legacy)}
|
||||
library dart.js_util;
|
||||
|
||||
// Examples can assume:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
/// refer to the
|
||||
/// [Scalable Vector Graphics Specification](http://www.w3.org/TR/SVG/).
|
||||
///
|
||||
/// {@category Web}
|
||||
/// {@category Web (Legacy)}
|
||||
library dart.dom.svg;
|
||||
|
||||
import 'dart:async';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/// High-fidelity audio programming in the browser.
|
||||
///
|
||||
/// {@category Web}
|
||||
/// {@category Web (Legacy)}
|
||||
library dart.dom.web_audio;
|
||||
|
||||
import 'dart:async';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/// 3D programming in the browser.
|
||||
///
|
||||
/// {@category Web}
|
||||
/// {@category Web (Legacy)}
|
||||
library dart.dom.web_gl;
|
||||
|
||||
import 'dart:async';
|
||||
|
||||
@@ -32,7 +32,7 @@ def Main(argv):
|
||||
if revision is None:
|
||||
revision = 'main'
|
||||
output = '''dartdoc:
|
||||
categoryOrder: ["Core", "VM", "Web"]
|
||||
categoryOrder: ["Core", "VM", "Web", "Web (Legacy)"]
|
||||
linkToSource:
|
||||
root: '.'
|
||||
uriTemplate: 'https://github.com/dart-lang/sdk/blob/%s/sdk/%%f%%#L%%l%%'
|
||||
|
||||
Reference in New Issue
Block a user