Warning: Invalid absolute docBaseUrl
- Dominant language
- JavaScript
- Stars
- 4.5k
- Forks
- 688
- PR merge metrics
- No merged PRs in 30d
Description
i got little warning here dunno what just going on.
```
Warning: Invalid absolute docBaseUrl: "blob:https://kwarda.lanis.co.id/c8aede8b-a8de-43b1-b79d-ec44cf700121". pdf.worker.js:1114:13
```
code:
```
fetch(document.querySelector("#qrcodefile").data)
.then(qr => qr.blob())
.then(blob => {
printJS({
printable: URL.createObjectURL(blob),
type: 'pdf',
showModal: true
});
});
```
even though with simple call, facing the same issue
```
printJS("justTry.pdf");
```
here my browser version
thanks

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.