So I was going to post this in Quick Questions, but I realised it might not be that quick, so here it goes.
Okay so I love the HTML5 client, my only gripe is still logging. It a) runs out of space too quickly and b) I can't actually download the file (Chrome just dies). I'll try on another browser when I get home and see if it let's me download but playing on another browser isn't really a long term solution for me (I like Chrome
).
I was thinking that maybe I could create some kind of Chrome extension that logs to a local file instead as I know writing to a local file with javascript is a pain unless you go down the ActiveX rabbit hole. Buuut I don't actually know how to intercept the packet as I'm not seeing packets coming into the browser (I have very little experience beyond normal GET/POST packets).
So does anyone have any clues as to how to actually get hold of the feed? Should I just read it from the DOM directly?
Comments