| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ | |||
| 3 | 3 | const { | |
| 4 | 4 | JSONParse, | |
| 5 | 5 | JSONStringify, | |
| 6 | - Map, | ||
| 6 | + SafeMap, | ||
| 7 | 7 | Symbol, | |
| 8 | 8 | } = primordials; | |
| 9 | 9 | ||
@@ -48,7 +48,7 @@ class Session extends EventEmitter { | |||
| 48 | 48 | super(); | |
| 49 | 49 | this[connectionSymbol] = null; | |
| 50 | 50 | this[nextIdSymbol] = 1; | |
| 51 | - this[messageCallbacksSymbol] = new Map(); | ||
| 51 | + this[messageCallbacksSymbol] = new SafeMap(); | ||
| 52 | 52 | } | |
| 53 | 53 | ||
| 54 | 54 | connect() { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments