File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 12
12
"browsers" : [
13
13
" last 2 versions"
14
14
]
15
- }
15
+ },
16
+ "useBuiltIns" : true
16
17
}
17
18
]
18
19
]
Original file line number Diff line number Diff line change 6
6
[ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/kuizinas.svg?style=social&label=Follow )] ( https://twitter.com/kuizinas )
7
7
8
8
* [ Usage] ( #usage )
9
- * [ Events] ( #events )
9
+ * [ Events] ( #events )
10
+ * [ Polyfills] ( #polyfills )
10
11
* [ Examples] ( #examples )
11
12
* [ Debugging] ( #debugging )
12
13
* [ Download] ( #download )
@@ -104,6 +105,12 @@ player.off(listener);
104
105
105
106
```
106
107
108
+ ## Polyfills
109
+
110
+ Note that the built version does not inline polyfills.
111
+
112
+ You need to polyfill the environment locally (e.g. using a service such as https://polyfill.io/v2/docs/ ).
113
+
107
114
## Examples
108
115
109
116
* [ Playing a video] ( ./examples/src/playing-video/index.html ) .
You can’t perform that action at this time.
0 commit comments