Versions in this module Expand all Collapse all v0 v0.0.12 Aug 27, 2026 v0.0.11 Aug 26, 2026 Changes in this version + const Action — js/wasm + const DefaultMaxSize — js/wasm + const Resource — js/wasm + type Bucket interface — js/wasm + Get func(key string) (data []byte, contentType string, err error) + Put func(key string, data []byte, contentType string) error + type Store struct — js/wasm + func New(b Bucket, prefix string) (*Store, error) + func (s *Store) Allow(a filetype.Allowlist) *Store + func (s *Store) MaxSize(n int) *Store + func (s *Store) Mount(r router.Router) + func (s *Store) PerOwner() *Store