1
I see some files like lines similar to this:
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-2.2.0.min.js"
asp-fallback-src="~/lib/jquery/dist/jquery.min.js"
asp-fallback-test="window.jQuery"
crossorigin="anonymous"
integrity="sha384-K+ctZQ+LL8q6tP7I94W+qzQsfRV2a+AfHIi9k8z8l9ggpc8X+Ytst4yBo/hH+8Fk">
</script>
I searched and found in English (I read using the translator), and it seems that it calls the second file if the first fails, but I do not know if it is that and nor for what purpose the asp-fallback-test
or how they really work.