From ab36fdeba76be4e228b318de73e96cf33c5ccabe Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Thu, 13 May 2021 15:58:46 -0700 Subject: [PATCH] api(download): hide new api until c# is public (#6567) --- docs/src/api/class-download.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/api/class-download.md b/docs/src/api/class-download.md index 2211dbdbff..d92c26663e 100644 --- a/docs/src/api/class-download.md +++ b/docs/src/api/class-download.md @@ -76,6 +76,7 @@ Deletes the downloaded file. Will wait for the download to finish if necessary. Returns download error if any. Will wait for the download to finish if necessary. ## method: Download.page +* langs: js, java, python - returns: <[Page]> Get the page that the download belongs to.