pub fn drain_dropped_keys(namespace: &str) -> Vec<String>
Take every pending drop notification for namespace, leaving the rest.
namespace
Scoped by namespace so two extensions in one process cannot swallow each other’s notifications.