loadImg.js 193 B

12345
  1. // https://stackoverflow.com/questions/20756042/javascript-how-to-display-image-from-byte-array-using-javascript-or-servlet
  2. window.onload = function () {
  3. console.log('Load img here...');
  4. }