@@ -1,6 +1,6 @@
const w = require( './createRequest' );
;( async() => {
const r = await w( { url: 'https://aws.random.cat/meow' } ).send();
console.log( r.json() )
const r = await w( { url: 'https://aws.random.cat/meow', parse: 'json' } ).send();
console.log( r.body );
})();
The note is not visible to the blocked user.