Get started with dio CDN
MIT licensed
Dio: Java-based Flutter HTTP client. Interceptors, form data, advanced features.
Tags:- vdom
- virtual
- dom
- virtual dom
- react
- dio
- framework
- html
- server
- browser
Stable version
Copied!
How to start using dio CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with dio CDN - cdnhub.io</title>
<script src="https://cdn.cdnhub.io/dio/9.1.1/dio.min.js"></script>
</head>
<body>
<button id="fetchData">Fetch Data</button>
<script>
const dio = new Dio();
document.getElementById('fetchData').addEventListener('click', async () => {
try {
const response = await dio.get('https://jsonplaceholder.typicode.com/todos/1');
console.log(response.data);
} catch (error) {
console.error(error);
}
});
</script>
</body>
</html>
All versions
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.2.0
1.2.2
1.2.3
2.0.0
2.0.1
2.1.0
2.1.1
2.1.2
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.0.5
3.0.6
3.1.0
3.2.0
3.3.0
3.4.0
4.0.0
4.0.1
5.0.0
5.0.1
5.0.2
5.0.3
5.0.4
5.0.5
5.1.0
6.0.0
6.0.1
6.0.2
6.1.0
6.1.1
6.1.2
7.0.0
7.0.1
7.0.2
7.0.3
7.0.4
7.1.0
8.0.0
8.0.0-alpha
8.0.0-alpha.0
8.0.0-alpha.1
8.0.0-alpha.2
8.0.0-alpha.3
8.0.0-beta.0
8.0.0-beta.1
8.0.1
8.0.2
8.0.3
8.1.0
8.1.0-alpha
8.1.0-alpha.0
8.1.0-alpha.1
8.1.0-alpha.2
8.1.0-alpha.3
8.1.0-beta
8.1.0-beta.0
8.1.0-rc
8.1.1
8.2.0
8.2.0-alpha
8.2.0-alpha.0
8.2.0-alpha.1
8.2.0-rc
8.2.1
8.2.2
8.2.3
8.2.4
9.0.0
9.0.0-alpha
9.0.0-alpha.0
9.0.0-beta
9.0.0-rc
9.0.0-rc.0
9.0.0-rc.1
9.0.0-rc.2
9.0.1
9.0.2
9.0.3
9.0.4
9.1.0
*** 9.1.1