You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my vision, it's out of the current scope of core-js - now it covers ECMAScript, ECMAScript proposals, and some cross-platform Web APIs that are maximally closer to ECMAScript.
We can't polyfill Blob everywhere since it's tightly integrated with and / or represents platform-specific APIs. We can't polyfill Blob.arrayBuffer since IIRC we have no ways that will work everywhere (however, I could be mistaken, because I did not delve into this issue).
Theoretically, in the future can be added a Blob.arrayBuffer polyfill that will add it in cases where it's possible, however there are many APIs closer to ECMAScript.
I can't find
Blob.arrayBuffer()
in the doc, I'm not sure if it is handled by core-js 🤔About the Blob:
arrayBuffer()
method:prefer-blob-reading-methods
sindresorhus/eslint-plugin-unicorn#1269The text was updated successfully, but these errors were encountered: