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

[bug] Object.preventExtensions polyfills every browser #327

Closed
salemhilal opened this issue Oct 9, 2019 · 1 comment
Closed

[bug] Object.preventExtensions polyfills every browser #327

salemhilal opened this issue Oct 9, 2019 · 1 comment

Comments

@salemhilal
Copy link

Type: Bug report

What

Every browser currently receives the Object.preventExtensions polyfill, even though most modern browsers should support the ES2015 behavior out of the box.

Note that this is a duplicate of an issue on the polyfill-library repo, but it seems like this repo is where issues get tracked.

Details

Polyfill.io URL: https://polyfill.io/v3/polyfill.js?features=Object.preventExtensions
Device: MacBook Pro (13-inch, 2019, Two Thunderbolt 3 ports)
Tested browsers and UA's:

  • Chrome 75 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36)
  • Firefox 70.0b5 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0)

Additional information

  • I ended up finding this issue because I was getting ReferenceError: Type is not defined errors from the same polyfill, which appears to be fixed, but unreleased.
  • I'm using a self-hosted but un-modified version of polyfill-service.
@JakeChampion JakeChampion transferred this issue from polyfillpolyfill/polyfill-service Nov 21, 2019
@JakeChampion
Copy link
Owner

this is now fixed 👍

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants