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