promise polyfill

This commit is contained in:
Leo Horie 2016-05-26 15:23:06 -04:00
parent 41ac2bf002
commit 76d5d9ef2f
3 changed files with 589 additions and 0 deletions

16
promise/tests/index.html Normal file
View file

@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<script src="../../module/module.js"></script>
<script src="../../ospec/ospec.js"></script>
<script src="../../test-utils/callAsync.js"></script>
<script src="../../promise/promise.js"></script>
<script src="test-promise.js"></script>
<script>require("../../ospec/ospec").run()</script>
</body>
</html>