handle_get_page_source

Function handle_get_page_source 

Source
pub(crate) fn handle_get_page_source(
    cx: &mut JSContext,
    documents: &DocumentCollection,
    pipeline: PipelineId,
    reply: GenericSender<Result<String, ErrorStatus>>,
)