| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3dd04b3 commit bd477a3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -933,7 +933,8 @@ class QuicStreamState { | |||
| 933 | 933 | } | |
| 934 | 934 | ||
| 935 | 935 | [kInspect](depth, options) { | |
| 936 | - if (DataViewPrototypeGetByteLength(this.#handle) === 0) { | ||
| 936 | + if (this.#handle === undefined || | ||
| 937 | + DataViewPrototypeGetByteLength(this.#handle) === 0) { | ||
| 937 | 938 | return 'QuicStreamState { <Closed> }'; | |
| 938 | 939 | } | |
| 939 | 940 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments