| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
This doesn't look compatible with existing uses of the API, e.g. at a random search I see https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/animation/animation.cc;l=2202;drc=78013f86fcae48254c2db16cd4f13bbb4c87c1f0 which explicitly uses the current behaviour to suppress the error.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
This doesn't look compatible with existing uses of the API, e.g. at a random search I see https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/animation/animation.cc;l=2202;drc=78013f86fcae48254c2db16cd4f13bbb4c87c1f0 which explicitly uses the current behaviour to suppress the error.
This hook is specifically emitting `v8::kPromiseHandlerAddedAfterReject`. It won't change anything about that call site.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
snekThis doesn't look compatible with existing uses of the API, e.g. at a random search I see https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/animation/animation.cc;l=2202;drc=78013f86fcae48254c2db16cd4f13bbb4c87c1f0 which explicitly uses the current behaviour to suppress the error.
This hook is specifically emitting `v8::kPromiseHandlerAddedAfterReject`. It won't change anything about that call site.
(also it only triggers if `!has_handler() && state() == kRejected`, which is not true for that call site)