mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
8 lines
291 B
Text
8 lines
291 B
Text
The polyfill found in this folder provides ArrayBuffer and DataView support for IE9, required by P2 Physics.
|
|
|
|
You do not need this polyfill unless:
|
|
|
|
1) You are using P2 Physics in Phaser AND
|
|
2) You need to support IE9 specifically
|
|
|
|
Ensure the polyfill is required before the Phaser library.
|