I have iframe for PDF preview and ton of base64 data (more than 10mb).
<iframe src="" type="application/pdf"></iframe>'
How can i use this data?
When i try to set a data:
$("iframe").attr("src", data);
Some browsers are crashing.
I don't have src link. This data received by ajax.
Any suggestions?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…