We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10230d9 commit 4365260Copy full SHA for 4365260
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.5.0 (31 Jul 2024)
2
+
3
+* feat: support IndexedDB
4
+* feat: support WebSocket
5
6
## 1.4.6 (4 Nov 2023)
7
8
* fix: cache console logs before enable
package.json
@@ -1,6 +1,6 @@
{
"name": "chobitsu",
- "version": "1.4.6",
+ "version": "1.5.0",
"description": "Chrome devtools protocol JavaScript implementation",
"main": "dist/chobitsu.js",
"exports": {
0 commit comments