Reputation: 1127
I need to create log from web application in Chrome(angularjs/javascript) on client/local machine. Any idea how to do that?
I couldn't use activeX object in Chrome.
Upvotes: 1
Views: 845
Reputation: 524
You can't log to local machine, some suggestions
Upvotes: 1
Reputation: 5020
You can't directly do this. You could use StackTrace.js to push the stacktrace to the server and then read it back in your web application or make it available as a download.
Upvotes: 2