(win)
| 988 | * @visibleForTesting |
| 989 | */ |
| 990 | export function getAmpRuntimeTypeParameter(win) { |
| 991 | const art = getBinaryTypeNumericalCode(getBinaryType(win)); |
| 992 | return isCdnProxy(win) && art != '0' ? art : null; |
| 993 | } |
| 994 | |
| 995 | /** |
| 996 | * Checks if the `always-serve-npa` attribute is present and valid |
no test coverage detected