First of all thanks for the great plugin. I have few questions and trying to learn how the plugin works under the hood.
I see you send the XHR request and loads all the scripts in the indexed db.
But after that how do you load the scripts into SCRIPTS TAG because i do not see any JS file request sending in the Chrome developer tools.
It would be helpful if you give me some insight on this how are you loading the scripts from indexdb to actual <script> tag ?
Hello @apeschar,
First of all thanks for the great plugin. I have few questions and trying to learn how the plugin works under the hood. I see you send the XHR request and loads all the scripts in the indexed db.
But after that how do you load the scripts into SCRIPTS TAG because i do not see any JS file request sending in the Chrome developer tools.
It would be helpful if you give me some insight on this how are you loading the scripts from indexdb to actual
<script>
tag ?Thanks