19
votes
5answers
5k views

How to debug web workers

I have been working with web workers in HTML 5 and am looking for ways to debug them. Ideally something like the firebug or chrome debuggers. Does anyone have any good solution to this. with no ...
3
votes
2answers
2k views

error using sessionStorage

I am trying to use sessionStorage on a page but it is giving me an error. Here is the code: <script type="text/JavaScript"> sessionStorage.setItem("classname", "value1"); ...