You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: