Skip to main content
Module

x/zipjs/tests/ie11/test-ie11.html

JavaScript library to zip and unzip files in the browser and Deno
Go to Latest
File
<!DOCTYPE html><html>
<head> <meta charset="utf-8"> <title>Test IE11</title> <style> body { margin: 0; } </style></head>
<body> ... <script type="text/javascript" src="../../dist/zip-es5.js"></script> <script type="text/javascript" src="test-ie11.js"></script></body>
</html>