pas2js/demo/asyncawait/trymany.html
2020-05-28 08:10:50 +00:00

13 lines
306 B
HTML

<html>
<head>
<title>multiple fetch demo with async/await and TJSPromise.All</title>
<script type="application/javascript" src="trymany.js"></script>
</head>
<body>
<div id="pasjsconsole"></div>
<script type="application/javascript">
rtl.run();
</script>
</body>
</html>