| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9680d7d commit eb7b89c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -291,9 +291,8 @@ function abortSignal(signal, reason) { | |||
| 291 | 291 | signal.dispatchEvent(event); | |
| 292 | 292 | } | |
| 293 | 293 | ||
| 294 | - // TODO(joyeecheung): V8 snapshot does not support instance member | ||
| 295 | - // initializers for now: | ||
| 296 | - // https://bugs.chromium.org/p/v8/issues/detail?id=10704 | ||
| 294 | + // TODO(joyeecheung): use private fields and we'll get invalid access | ||
| 295 | + // validation from V8 instead of throwing ERR_INVALID_THIS ourselves. | ||
| 297 | 296 | const kSignal = Symbol('signal'); | |
| 298 | 297 | ||
| 299 | 298 | function validateAbortController(obj) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments