Git Product home page Git Product logo

Comments (1)

libbymc avatar libbymc commented on August 19, 2024 1

Hi - thanks for reporting this! Removing APIs are typically rare, but in general we (try to) document them. This one slipped past our radar as the schema of our IDL files (and diff tools) are currently in churn. We will add it to the EdgeHTML 16 page. The "pointerEnabled" property has been deprecated since IE11, which generally means that support may be removed at any time, so I guess its time had come.

As far as feature detection for pointer events, we recommend checking for window.PointerEvent or window.navigator.maxTouchPoints (checking it’s at least 2 to see if it’s a touch supported device). The only purpose of window.navigator.pointerEnabled was for feature detection and that became redundant with other ways to check for the feature - which is why it was never added to the official W3C spec.

from edge-developer.

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.