tarteaucitron.js : The european cookie law regulates the management of cookies and you should ask your visitors their consent before exposing them to third party service...
RequireJS : RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino ...
Vite : Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects. It consists of two major parts:
A dev se...
Svelte : Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the brows...
fetch polyfill : The global fetch function is an easier way to make web requests and handle responses than using an XMLHttpRequest. This polyfill is written as closely...