()
| 60 | } |
| 61 | |
| 62 | toString() { |
| 63 | return `\ |
| 64 | Web Bundle ID: ${this.serialize()} |
| 65 | Isolated Web App Origin: ${this.serializeWithIsolatedWebAppOrigin()}`; |
| 66 | } |
| 67 | } |
| 68 | |
| 69 | export function getBundleId(signedWebBundle: Uint8Array) { |
no test coverage detected