browser-request-listener
Version:
Execute callbacks before or after each fetch api call or XMlHttprequest call
18 lines (14 loc) • 381 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script async src="./dist/main.js/main.js"></script>
</head>
<body>
<div id="container" style="max-width: 400px;">
</div>
</body>
</html>