Skip to content

Hash method does not return progress when computing hash for remote files #122

@risenW

Description

@risenW

The has methods consistently returns NaN as progress when computing hash for files loaded from remote URL

To reproduce:

const file = data.open("https://transparenciapresupuestaria.opp.gub.uy/sites/default/files/datos-abiertos/credito_presupuestal_detalle_2011.csv")

 const hash = await file.hash("sha256", (progress) => {
     console.log(progress) //outputs NaN
    });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions