CTA Test 9

This commit is contained in:
Glenwing 2018-03-18 12:10:57 -07:00
parent b670e9a0ca
commit ddae98b8cd
2 changed files with 3 additions and 2 deletions

View File

@ -1060,6 +1060,7 @@ function SI_set_precision(SI_options, prefixDef, pre2num) {
function LoadCTA861(){
// read text from URL location
DEBUG('CTA Test 9');
var request = new XMLHttpRequest();
request.open('GET', 'CTA861.txt', true);
request.send(null);
@ -1075,7 +1076,7 @@ function LoadCTA861(){
async function LoadCTA861_Async() {
DEBUG('CTA Test 7');
DEBUG('CTA Test 8');
// Loads the timing definitions for the CTA-861 standard from a txt file
response = await fetch('CTA861.txt');
CTA861 = $.csv.toObjects(await response.text());

View File

@ -31,7 +31,7 @@
<div class="wrapper">
<div class="main">
<div class="header">
<a href="https://glenwing.github.io"><i class="material-icons back_arrow">subdirectory_arrow_left</i>&nbsp;Video Bandwidth Calculator (CTA Test 8)</a>
<a href="https://glenwing.github.io"><i class="material-icons back_arrow">subdirectory_arrow_left</i>&nbsp;Video Bandwidth Calculator (CTA Test 9)</a>
<hr />
</div>