JSFiddle - React, Tailwind, and code Playground
by lmk123
HTML
<script src="https://npmcdn.com/[email protected]/qwest.min.js"></script>
Open Chrome Developer Tools and see the "Network" panel.
For detail: <a href="https://github.com/pyrsmk/qwest/issues/109">https://github.com/pyrsmk/qwest/issues/109</a>
JavaScript
qwest.get('/', null, {
responseType: 'document'
});