Initial commit

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2023-10-02 18:51:40 +07:00
commit f71ec8e35f
2 changed files with 16 additions and 0 deletions

11
LICENSE Normal file
View File

@ -0,0 +1,11 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# js-reinitializer
A library for tracking and reinitializing <link> and <script> elements so that the browser downloads them.
Used when developing any dynamic requests via JS where links to third-party documents are supplied along with HTML content.