I see some files as 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 it in English (read using the translator), and it looks like it calls the second file if the first one fails, but I do not know if that's the same or what the asp-fallback-test
is or how they actually work .