create-html-document-polyfill
Version:
createHTMLDocument polyfill for IE up to 11
30 lines (28 loc) • 771 B
HTML
<html>
<head>
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<script>
if (!window.console) {
window.console = {
log: function() {},
error: function() {}
};
}
</script>
<script src="createHTMLDocument.js"></script>
<script src="URL.js"></script>
<script src="promise.js"></script>
<script src="long.js"></script>
<script src="window-page.js"></script>
<script src="long2.js"></script>
<script src="test.js"></script>
<script src="long3.js"></script>
</head>
<body>test, look the title
</body>
</html>