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 261da6d commit 3cae0edCopy full SHA for 3cae0ed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.8.2 (15 Oct 2024)
2
+
3
+* fix: cache network requests before enable
4
+* fix: fetch remains pending when error occurs [#10](https://github.com/liriliri/chobitsu/issues/10)
5
6
## 1.8.1 (27 Sep 2024)
7
8
* fix: shadowRoot hook
package.json
@@ -1,6 +1,6 @@
{
"name": "chobitsu",
- "version": "1.8.1",
+ "version": "1.8.2",
"description": "Chrome devtools protocol JavaScript implementation",
"main": "dist/chobitsu.js",
"exports": {
0 commit comments