Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. const res = await fetch(directory.newNonce, {
  2. method: "HEAD"
  3. })
  4. // Returns null even though chrome dev tools shows the header
  5. console.log("nonce: "+res.headers.get('Replay-Nonce'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement