pub fn run_array_buffer_data_algorithm(
    cx: JSContext,
    bytes: Vec<u8>
) -> Result<FetchedData, Error>