Documentation
¶
Rendered for js/wasm
Index ¶
- type FS
- func (f *FS) Create(name string) (fs.File, error)
- func (f *FS) Open(name string) (fs.File, error)
- func (f *FS) OpenFile(name string, flag int, perm fs.FileMode) (fs.File, error)
- func (f *FS) Remove(name string) error
- func (f *FS) ResolveFS(ctx context.Context, name string) (fs.FS, string, error)
- func (f *FS) Value() js.Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS struct {
// contains filtered or unexported fields
}
FS projects a rooted JavaScript value graph as an fs.FS (see DESIGN.md).
Click to show internal directories.
Click to hide internal directories.