Git Product home page Git Product logo

Comments (3)

MattiasBuelens avatar MattiasBuelens commented on September 21, 2024 3

I'm sorry, but I'm not going to add support for Internet Explorer 8. The minimum version supported by the polyfill is Internet Explorer 11 (because that's what I have access to), and even that is already a stretch.

While it is possible to use bracket notation to define methods named after a reserved keyword (e.g. ReadableStreamAsyncIteratorImpl.prototype["return"]), there is absolutely no way to define property getters or setters on non-DOM objects in IE8. Something as innocuous as ReadableStream.prototype.locked would already be impossible to implement, and I'd need to add non-standard alternatives such as an isLocked() method instead.

If you really need to support IE8 in 2023, you're welcome to fork the polyfill and make the necessary changes. But since it will by definition deviate from the Streams standard, I won't merge those changes back into this project.

from web-streams-polyfill.

aleen42 avatar aleen42 commented on September 21, 2024 1

😂 Just a technical exploration, after checking some implementations of properties like ReadableStreamDefaultReader.closed, I knew it is impossible at all. Thanks for your response.

from web-streams-polyfill.

jimmywarting avatar jimmywarting commented on September 21, 2024

Who In The World Uses IE8 still?

from web-streams-polyfill.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.