Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 295: Line 295:
 
         const dctResponse2 = await fetch(dctQueryUrl2).then(response => response.json());
 
         const dctResponse2 = await fetch(dctQueryUrl2).then(response => response.json());
  
         console.log(dctResponse2.query.results)
+
         console.log('new res', dctResponse2.query.results)
  
 
         const results = dctResponse.query.results;
 
         const results = dctResponse.query.results;
         console.log('current res')
+
         console.log('current res', results)
 
         const dctList = Object.getOwnPropertyNames(results).map(dctKey => {
 
         const dctList = Object.getOwnPropertyNames(results).map(dctKey => {
  

Revision as of 15:14, 30 August 2022

Development verstion of the DCT List.
Not ready for production!