Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a polyfill for IE11+ #408

Merged
merged 1 commit into from
Jul 7, 2020
Merged

Conversation

aarongranick-okta
Copy link
Contributor

@aarongranick-okta aarongranick-okta commented Jul 6, 2020

Provides an entrypoint that implements all required polyfills. To use it, import or require @okta/okta-auth-js/polyfill at or near the beginning of your application's code.

import '@okta/okta-auth-js/polyfill';

or

require('@okta/okta-auth-js/polyfill');

README.md Outdated Show resolved Hide resolved

var license = fs.readFileSync('lib/license-header.txt', 'utf8');

module.exports = _.extend({}, _.cloneDeep(commonConfig), {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we uglify this polyfill?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

meh

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK I added the uglify

@aarongranick-okta aarongranick-okta force-pushed the ag-polyfill-OKTA-291509 branch from 7be4e93 to 328c52a Compare July 6, 2020 23:31
@aarongranick-okta aarongranick-okta merged commit e86ef8f into master Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants