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
Hello! I am seeing with the Firefox development tool inspector's debugger tab the following message inside of any exploded javascript I look at which gets loaded from cloned HTML pages...
Source Map Error: request failed with status 404
I am using the following miniature HTTP server implementation alongside Node on a Linux machine to serve the cloned content...
Do you have any suggestions for how a potential reclone to capture the original remote content in some new way might be done that could preserve the javascript logic more faithfully?
The text was updated successfully, but these errors were encountered:
Hello! I am seeing with the Firefox development tool inspector's debugger tab the following message inside of any exploded javascript I look at which gets loaded from cloned HTML pages...
I am using the following miniature HTTP server implementation alongside Node on a Linux machine to serve the cloned content...
https://gist.github.com/PierceLBrooks/b3389a2ca790b05ced89f2e4d5940680
Do you have any suggestions for how a potential reclone to capture the original remote content in some new way might be done that could preserve the javascript logic more faithfully?
The text was updated successfully, but these errors were encountered: