Function script::devtools::handle_get_computed_style

source ยท
pub fn handle_get_computed_style(
    documents: &Documents,
    pipeline: PipelineId,
    node_id: String,
    reply: IpcSender<Option<Vec<NodeStyle>>>,
)