Update jsonCap.js
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
(funtion() { console.log('jsonCap.js is running...'); }());
|
||||
|
||||
function captureJSON() {
|
||||
var xhr = new XMLHttpRequest();
|
||||
xhr.onload = function() {
|
||||
|
||||
Reference in New Issue
Block a user