feat: export tagged pdf by default (#10915)

This commit is contained in:
Yury Semikhatsky 2021-12-16 11:46:02 -08:00 committed by GitHub
parent 0eaa19d5e7
commit 7c3629b72a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -319,6 +319,7 @@ const DEFAULT_ARGS = [
'--use-mock-keychain',
// See https://chromium-review.googlesource.com/c/chromium/src/+/2436773
'--no-service-autorun',
'--export-tagged-pdf'
];
async function urlToWSEndpoint(progress: Progress, endpointURL: string) {