File: pure.html

package info (click to toggle)
node-core-js 3.33.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,828 kB
  • sloc: javascript: 87,204; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<meta charset='UTF-8'>
<title>core-js-pure</title>
<link rel='stylesheet' href='https://code.jquery.com/qunit/qunit-2.17.2.css'>
<div id='qunit'></div>
<div id='qunit-fixture'></div>
<script src='https://code.jquery.com/qunit/qunit-2.17.2.js'></script>
<script>
  window.USE_FUNCTION_CONSTRUCTOR = true;
</script>
<script src='../bundles/unit-pure.js'></script>