We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549a7d5 commit b79baafCopy full SHA for b79baaf
1 file changed
xml/XMLHttpRequest/index.html
@@ -0,0 +1,21 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+
4
+<head>
5
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
8
+ <title>Consume XML request</title>
9
10
+ <!-- <script src="fetchdata1.js"></script> -->
11
+ <script src="fetchdata2.js"></script>
12
13
+</head>
14
15
+<body>
16
17
+ <ul id="output"></ul>
18
19
+</body>
20
21
+</html>
0 commit comments