docs(new): migrate Page.ts to TSDoc (part 0 / 2) (#6104)

* docs(new): migrate Page.ts to TSDoc (part 0 / 2)

Co-authored-by: Changhao Han <changhaohan@chromium.org>
This commit is contained in:
Changhao Han
2020-06-26 09:24:56 +02:00
committed by GitHub
parent df96f16921
commit adeffbaac1
34 changed files with 394 additions and 37 deletions

View File

@@ -14,7 +14,7 @@ setOfflineMode(enabled: boolean): Promise<void>;
| Parameter | Type | Description |
| --- | --- | --- |
| enabled | boolean | |
| enabled | boolean | When <code>true</code>, enables offline mode for the page. |
<b>Returns:</b>