(src, key)
| 484 | root.appendChild(style) |
| 485 | } |
| 486 | function getParam(src, key) { |
| 487 | const url = new URL(src) |
| 488 | return url.searchParams.get(key) |
| 489 | } |
| 490 | function parsrCertificate(config) { |
| 491 | const certificateList = config.certificate |
| 492 | if (!certificateList?.length) { |
no test coverage detected