UNPKG

es6-promise-shim

Version:

A lightweight implementation of Promise in pure ES5 code for older JS engines

15 lines (12 loc) 301 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="../es6-promise-shim.js"></script> </head> <body> <p>Please open `Inspect Element` by Right-Click and select `Console` tab to see outputs</p> <script src="index.js"></script> </body> </html>