handle_get_selectors

Function handle_get_selectors 

Source
pub(crate) fn handle_get_selectors(
    cx: &mut JSContext,
    state: &DevtoolsState,
    documents: &DocumentCollection,
    pipeline: PipelineId,
    node_id: &str,
    reply: GenericSender<Option<Vec<MatchedRule>>>,
)