I hereby claim:
- I am ondrej on github.
- I am ondrej (https://keybase.io/ondrej) on keybase.
- I have a public key whose fingerprint is C674 CE43 AC25 4D7F 57B2 B496 1996 C81A 32E2 FD5F
To claim this, I am signing this object:
const r = require('request'); | |
const zlib = require('zlib'); | |
const text = require('text-encoding'); | |
const stream = require('stream'); | |
var interceptCallback = async (request: any, callback: any) => { | |
console.log(`intercepted ${request.method} ${request.url}`); | |
// TODO: support multiple upload data's | |
var options = { |
I hereby claim:
To claim this, I am signing this object:
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |