mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #15420 from Snuffleupagus/issue-15419
Send the `verbosity` when using a workerPort (issue 15419)
This commit is contained in:
commit
ae12a219d1
1 changed files with 4 additions and 0 deletions
|
@ -2010,6 +2010,10 @@ class PDFWorker {
|
|||
// and ready to accept messages.
|
||||
});
|
||||
this._readyCapability.resolve();
|
||||
// Send global setting, e.g. verbosity level.
|
||||
this._messageHandler.send("configure", {
|
||||
verbosity: this.verbosity,
|
||||
});
|
||||
}
|
||||
|
||||
_initialize() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue