//! Re-exports of typed CDP events from across [`crate::cdp::domains`],
//! grouped here so a single `use thirtyfour::cdp::events::*` covers the
//! common cases.
//!
//! Each event implements [`crate::cdp::CdpEvent`] and is the typed
//! payload for [`crate::cdp::CdpSession::subscribe`].
//!
//! Available with the `cdp-events` feature.
pub use crateRequestPaused;
pub use crateEntryAdded as LogEntryAdded;
pub use crate;
pub use crate;
pub use crate;
pub use crate;