UNPKG
npm-polymer-elements
Version:
latest (0.0.1)
0.0.1
Polymer Elements package for npm
npm-polymer-elements
/
promise-polyfill
/
promise-polyfill-lite.html
8 lines
(7 loc)
•
184 B
HTML
View Raw
1
2
3
4
5
6
7
8
<
link
rel
=
"import"
href
=
"../polymer/polymer.html"
>
<
script
src
=
'./Promise.js'
>
</
script
>
<
script
>
if
(!
window
.
Promise
) {
window
.
Promise
=
MakePromise
(
Polymer
.
Base
.
async
); }
</
script
>