This repository was archived by the owner on Apr 27, 2021. It is now read-only.

Description
Whenever I try anything on this sample app I get the Javascript error listed above. It occurs on line 485 on index.html, which says:
apiRequestCodeSnippetEntry.innerHTML =
getCodeSnippet(request.wc.wc.method, request.wc.wc.params);
I found that if I comment out the entire if/else statement containing that line, everything works fine. This line appears to have been changed fairly recently by marcgel in commit ceb8cda.