dfinity / agent-js

A collection of libraries and tools for building software around the Internet Computer, in JavaScript.
https://agent-js.icp.xyz
Apache License 2.0
155 stars 96 forks source link

Update @dfinity/assets candid interface #924

Closed chenyan-dfinity closed 2 months ago

chenyan-dfinity commented 2 months ago

The asset canister candid interface in @dfinity/assets hasn't been updated for two years. In particular, I would like to pass in headers in batch.store(fileContents, { fileName; headers }). This would help playground to build frontend in browser, and display the frontend in iframe, see https://github.com/dfinity/motoko-playground/pull/253.