I have a laravel API that generates a PDF with laravel snappy.
It works perfectly in chrome linux but on windows that has the newer version of chrome does not work, chrome only opens a blank page.
I get base 64 like this:
window.open('data:application/pdf;charset=utf-8;base64,' + res.data.print_64);