As discussed during the summit, V8 could provide a hook to notify the embedder (Node/Chrome) about swallowed promise rejections, specifically with the Promise constructor (see Use Case #3 in promise-use-cases). I've written a design document how to extend the V8 C++ API here.
cc @MayaLekova @benjamingr
As discussed during the summit, V8 could provide a hook to notify the embedder (Node/Chrome) about swallowed promise rejections, specifically with the
Promiseconstructor (see Use Case #3 in promise-use-cases). I've written a design document how to extend the V8 C++ API here.cc @MayaLekova @benjamingr