From 4cf5cf6c0e00ad104e09cf8838b4474716ccd478 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Tue, 7 Apr 2020 00:27:08 -0700 Subject: [PATCH] docs(api.md): fix link to download class --- docs/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api.md b/docs/api.md index 4fd4939627106..291020401067e 100644 --- a/docs/api.md +++ b/docs/api.md @@ -4140,6 +4140,7 @@ const { chromium } = require('playwright'); [CDPSession]: #class-cdpsession "CDPSession" [ConsoleMessage]: #class-consolemessage "ConsoleMessage" [Dialog]: #class-dialog "Dialog" +[Download]: #class-download "Download" [ElementHandle]: #class-elementhandle "ElementHandle" [Element]: https://developer.mozilla.org/en-US/docs/Web/API/element "Element" [Error]: https://nodejs.org/api/errors.html#errors_class_error "Error"