MCPcopy Create free account
hub / github.com/ActiveState/code / show_data

Function show_data

recipes/JavaScript/578517_Music_player/recipe-578517.js:481–487  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

479}
480
481function show_data(r)
482{
483 var wnd=window.open("playlist.txt","_blank");
484 wnd.document.write(r);
485 wnd.document.title="playlist.js";
486 wnd.document.close();
487}
488
489
490function show_input()

Callers 1

Calls 3

openMethod · 0.45
writeMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected