It is possible to edit code in chrome dev tools (in resources)? Is there a way to catch change (save) event from javascript code?
Asked
Active
Viewed 41 times
0

Davide Pastore
- 8,678
- 10
- 39
- 53

WHITECOLOR
- 24,996
- 37
- 121
- 181
-
Do you mean catching the event of saving the resources file? Or do you mean when the external file was saved somewhere else? Or if the page itself was saved? – nils Feb 23 '15 at 17:39
-
When saved using dev tools in chrome. – WHITECOLOR Feb 23 '15 at 22:27
-
It might happen that this question and the answer could help you. http://stackoverflow.com/questions/16631825/chrome-developer-tools-workspace-mappings – loislo Mar 08 '15 at 10:18
-
Thanks it seems there something in it. – WHITECOLOR Mar 08 '15 at 16:33