Guest User

Untitled

a guest
Dec 14th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. win.loadURL('index.html', {
  2. postData: [{
  3. type: 'rawData',
  4. bytes: Buffer.from('hello=world')
  5. }],
  6. extraHeaders: 'Content-Type: application/x-www-form-urlencoded'
  7. })
Add Comment
Please, Sign In to add comment