move stuff in here

This commit is contained in:
2022-10-05 02:35:43 -06:00
parent 5a6a6fb6c3
commit 822ffa6c94
77 changed files with 7943 additions and 0 deletions
@@ -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.");