Skip to content

Instantly share code, notes, and snippets.

@petamoriken
Created December 24, 2022 11:56
Show Gist options
  • Save petamoriken/93fe737e2581a932356a546e61a127c7 to your computer and use it in GitHub Desktop.
Save petamoriken/93fe737e2581a932356a546e61a127c7 to your computer and use it in GitHub Desktop.
// Fetch Standard
// prototype pollution
Object.prototype.toJSON = () => ({ foo: "foo" });
const response = Response.json({ bar: "bar" });
console.log(await response.json());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment