CuAnnan
CuAnnan
``` const createError = require('http-errors'); const express = require('express'); const session = require('express-session'); const path = require('path'); const cookieParser = require('cookie-parser'); const logger = require('morgan'); const debug = require('debug')('nodesaken:server'); const...
By adding responseType:'JSON' to the default_opts and adding an if statement to the xhr.onload which checks opts.responseType like so: if(opts.responseType == 'JSON') { var result = opts.uploadFinished(index, file, jQuery.parseJSON(xhr.responseText), timeDiff);...
Full response Nuadha is the name of user 1 ``` Nuadha/STARTUP - Set. Nuadha - Triggered. Core Code Parent - Triggered. Parent changed. Name : @COMMAND (Enabled) Flags : Eqsplit...
(function($) { $(function() { console.log("Onload event fired"); const peer = new Peer({ config: { 'iceServers': [ {url: 'stun:stun.l.google.com:19302'} ] } }); console.log("Connecting to nHdZwCtdQqadumgpNqaUly"); let conn =peer.connect('nHdZwCtdQqadumgpNqaUly'); conn.on('open', function (id)...