handle_get_selectors

Function handle_get_selectors 

Source
pub(crate) fn handle_get_selectors(
    state: &DevtoolsState,
    documents: &DocumentCollection,
    pipeline: PipelineId,
    node_id: &str,
    reply: GenericSender<Option<Vec<(String, usize)>>>,
    can_gc: CanGc,
)