Page MenuHomePhorge

index.js
No OneTemporary

Size
148 B
Referenced Files
None
Subscribers
None

index.js

import ky from 'ky';
const json = await ky
.post('https://httpbingo.org/post', {
json: { kitty: '🐱' }
})
.json();
console.log(json);

File Metadata

Mime Type
application/javascript
Expires
Sat, Apr 4, 6:42 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
520932
Default Alt Text
index.js (148 B)

Event Timeline