[][src]Function deno_fetch::op_fetch

pub async fn op_fetch<FP>(
    state: Rc<RefCell<OpState>>,
    args: Value,
    data: BufVec
) -> Result<Value, AnyError> where
    FP: FetchPermissions + 'static,