The original author of this code is no longer working at Google or on Chromium so I am relying on the 'suggested reviewer' feature to find someone to help with it. Please feel free to suggest another reviewer if needed.
Thanks!
Joe
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Yukishiino: Would you take a look? Is this a common way to cache script promise resolvers?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Yukishiino: Would you take a look? Is this a common way to cache script promise resolvers?
The implementation looks very reasonable to me, but probably you'd like to use [ScriptPromiseProperty](https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/bindings/core/v8/script_promise_property.h) for this purpose. There have already been some use cases in Blink codebase, which you can reference about how to use it.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |