Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
add polyfill for 'String.prototype.padStart'
Browse files Browse the repository at this point in the history
  • Loading branch information
leggsimon committed Jan 25, 2019
1 parent f89281c commit 8c05853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/lib/asset-manager/polyfill-io.js
Expand Up @@ -31,7 +31,8 @@ const queryStrings = {
'Array.prototype.@@iterator',
'EventSource',
'Number.isInteger',
'Object.entries'
'Object.entries',
'String.prototype.padStart'
],
flags: 'gated'
}),
Expand Down

0 comments on commit 8c05853

Please sign in to comment.