mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
[GeckoView] Allow to query pdf.js to know if we can avoid to print a pdf (bug 1846296)
This commit is contained in:
parent
ce9f94848c
commit
8bd4a18190
3 changed files with 46 additions and 2 deletions
|
@ -3021,7 +3021,7 @@ class WorkerTransport {
|
|||
}
|
||||
|
||||
getDocJSActions() {
|
||||
return this.messageHandler.sendWithPromise("GetDocJSActions", null);
|
||||
return this.#cacheSimpleMethod("GetDocJSActions");
|
||||
}
|
||||
|
||||
getPageJSActions(pageIndex) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue