krux / postscribe

Asynchronously write javascript, even with document.write.
MIT License
986 stars 157 forks source link

Object.assign polyfill needed #465

Closed ayxos closed 7 years ago

ayxos commented 7 years ago

The code uses Object.assign EC5 feature. For older Android browsers this is not supported.

Please add the Object.assign Polyfill at the top of the file (via gulp + Babel or Polyfill) to support old browsers.

Thanks