Open ooker777 opened 2 years ago
Is that really <script src="he.js"></script>? It returns nothing. I then try <script src="https://github.com/mathiasbynens/he/blob/master/he.js"></script>, but the browser blocks it due to Cross-Origin Read Blocking (CORB)
<script src="he.js"></script>
<script src="https://github.com/mathiasbynens/he/blob/master/he.js"></script>
Is that really
<script src="he.js"></script>
? It returns nothing. I then try<script src="https://github.com/mathiasbynens/he/blob/master/he.js"></script>
, but the browser blocks it due to Cross-Origin Read Blocking (CORB)