我正在构建一个界面来查看一长串 PDF 文档(在 Chrome 中),这些文档都是<embed>
s.
<embed width="100%" height="100%" name="plugin" src="http://example.com/path/to/pdf/11749" type="application/pdf">
它工作正常,但控制台填满了这个(每个嵌入式 PDF 一个):
Resource interpreted as Document but transferred with MIME type application/pdf: "http://example.com/path/to/pdf/11749".
我以前见过这个问题,但从未充分回答过。我不想安装浏览器插件或强制下载。