File tree Expand file tree Collapse file tree
utils/misc/nodejs-terminal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 192192 < body >
193193
194194
195- < misc-hdr v2.0 component =grp >
195+ < misc-hdr component =grp >
196196 < img slot =title class =title src ='images/nodejs-terminal.png ' style ='top:-15px;height:80px ' alt ='Node.js Terminal '>
197197 < time slot =date datetime =2026-04-22 >
198198 22 Apr 2026
326326 wcfs . initdom ( ) ;
327327
328328
329-
330-
331- /*
332-
333- async function source(){
334-
335- var txt = snippet.editor.getValue();
336- var blob = new Blob([txt]);
337- return blob;
338-
339- }//source
340-
341- function complete(file){
342- }//complete
343-
344-
345- complete.load = async function(file,blob){
346-
347- var txt = await blob.text();
348- snippet.editor.setValue(txt);
349-
350- }//load
351-
352-
353- complete.save = function(file,confirm=true){
354- }//save
355- */
356-
357329 } //snippet-editor
358330
359331
You can’t perform that action at this time.
0 commit comments