CTA Test 9
This commit is contained in:
parent
b670e9a0ca
commit
ddae98b8cd
@ -1060,6 +1060,7 @@ function SI_set_precision(SI_options, prefixDef, pre2num) {
|
|||||||
|
|
||||||
function LoadCTA861(){
|
function LoadCTA861(){
|
||||||
// read text from URL location
|
// read text from URL location
|
||||||
|
DEBUG('CTA Test 9');
|
||||||
var request = new XMLHttpRequest();
|
var request = new XMLHttpRequest();
|
||||||
request.open('GET', 'CTA861.txt', true);
|
request.open('GET', 'CTA861.txt', true);
|
||||||
request.send(null);
|
request.send(null);
|
||||||
@ -1075,7 +1076,7 @@ function LoadCTA861(){
|
|||||||
|
|
||||||
|
|
||||||
async function LoadCTA861_Async() {
|
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
|
// Loads the timing definitions for the CTA-861 standard from a txt file
|
||||||
response = await fetch('CTA861.txt');
|
response = await fetch('CTA861.txt');
|
||||||
CTA861 = $.csv.toObjects(await response.text());
|
CTA861 = $.csv.toObjects(await response.text());
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a href="https://glenwing.github.io"><i class="material-icons back_arrow">subdirectory_arrow_left</i> Video Bandwidth Calculator (CTA Test 8)</a>
|
<a href="https://glenwing.github.io"><i class="material-icons back_arrow">subdirectory_arrow_left</i> Video Bandwidth Calculator (CTA Test 9)</a>
|
||||||
<hr />
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user