MCPcopy Create free account
hub / github.com/WICG/webpackage / LoadMetadataError

Struct LoadMetadataError

go/bundle/decoder.go:434–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432)
433
434type LoadMetadataError struct {
435 error
436 Type MetadataErrorType
437 FallbackURL *url.URL
438}
439
440// https://wicg.github.io/webpackage/draft-yasskin-dispatch-bundled-exchanges.html#load-metadata
441func loadMetadata(bs []byte) (*meta, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected