reorganizing because zx needs to feel special

This commit is contained in:
2022-10-05 08:22:45 -06:00
parent 822ffa6c94
commit d1b40247be
84 changed files with 1 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
import * as sk from './jx_include/ppr-sidekick-0.1.0/dist/sidekick.js'
//var body_count = 1;
//
//function
//message_event_to_request
// (evt : {data: object})
//{
// let url = 'http://localhost:8841/';
// let body = JSON.stringify(evt.data, undefined, 4);
// let result = new Request(url, {method: 'POST', body: body});
// return result;
//}
let cl = new sk.ConsoleLogger();
cl.listen(window);
let hl = new sk.HttpLogger('http://localhost:8841/');
hl.listen(window);
let logger = new sk.SeqLogger([cl, hl]);
window.postMessage("I have questions regarding my vehicle's extended warranty.");