Template Upload
This commit is contained in:
11
node_modules/es6-shim/min.html
generated
vendored
Normal file
11
node_modules/es6-shim/min.html
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<script src="./node_modules/es5-shim/es5-shim.js"></script>
|
||||
<script src="./es6-shim.min.js"></script>
|
||||
<script>
|
||||
Promise.resolve(2);
|
||||
Promise();
|
||||
new Promise();
|
||||
</script>
|
||||
</head>
|
||||
</html>
|
Reference in New Issue
Block a user