1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-08-01 22:59:57 +00:00
Files
.github
accounting
antispam
club
com
core
fixtures
management
migrations
static
core
user
vendored
chart
cytoscape
native-file-system-adapter
select2
sentry
zipjs
LICENSE
README.md
zip-fs-full.min.js
webpack
templates
templatetags
tests
views
__init__.py
admin.py
api.py
api_permissions.py
apps.py
baker_recipes.py
converters.py
fields.py
lookups.py
markdown.py
middleware.py
models.py
operations.py
schemas.py
search_indexes.py
signals.py
urls.py
utils.py
counter
docs
eboutic
election
forum
galaxy
launderette
locale
matmat
pedagogy
rootplace
sas
sith
staticfiles
stock
subscription
trombi
.coveragerc
.envrc
.gitattributes
.gitignore
.mailmap
.pre-commit-config.yaml
CONTRIBUTING.rst
LICENSE
README.md
babel.config.json
biome.json
conftest.py
manage.py
mkdocs.yml
package-lock.json
package.json
poetry.lock
pyproject.toml
webpack.config.js
Sith/core/static/vendored/zipjs

Built scripts of zip.js

Warning: These files are not compatible with ES modules, i.e. they cannot be imported with import. Instead, import index.js in the root folder of the project or one of the files prefixed with zip- in the /lib folder (e.g. /lib/zip-no-worker-inflate.js).

  • for production (minified):
ZipReader API ZipWriter API zip.fs API Web Workers No Web Workers Usage
zip.min.js x x x compression/decompression with web workers
zip-no-worker.min.js x x x compression/decompression without web workers
zip-no-worker-inflate.min.js x x decompression without web workers
zip-no-worker-deflate.min.js x x compression without web workers
zip-full.min.js x x x x compression/decompression with or without web workers
zip-fs.min.js x x x x compression/decompression with web workers
zip-fs-full.min.js x x x x x compression/decompression with or without web workers
  • for development/debugging:
zip API zip.fs API Web Workers No Web Workers
zip.js x x
zip-full.js x x x
zip-fs.js x x x
zip-fs-full.js x x x x
  • z-worker.js can be used as a web worker script if the Content Security Policy blocks scripts loaded with a blob: scheme
  • z-worker-fflate.js is the web worker script for using fflate
  • z-worker-pako.js is the web worker script for using pako