| 432 | ) |
| 433 | |
| 434 | type 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 |
| 441 | func loadMetadata(bs []byte) (*meta, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected