Skip to content

Instantly share code, notes, and snippets.

View banesullivan's full-sized avatar
🛠️
I may be slow to respond.

Bane Sullivan banesullivan

🛠️
I may be slow to respond.
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Proxy Intercept Fetch Example</title>
</head>
<body>
<h1>Proxy Intercept Fetch Example</h1>
<button id="make-fetch">Make Fetch Call</button>