Coder Social home page Coder Social logo

Comments (4)

bicknellr avatar bicknellr commented on June 28, 2024 2

Oh, this is just telling you that Element.prototype.attachShadow doesn't exist (you're running in a situation without Shadow DOM) and that it didn't patch the (non-existent) function. Maybe I should have used console.info instead of console.warn for these. You shouldn't need to worry about this if you aren't using Shadow DOM.

from custom-elements.

puppetmaster3 avatar puppetmaster3 commented on June 28, 2024

More info:

But https://www.masons-foundation.org/home/feed/ in FF makes error:
Custom Elements: Element#attachShadow was not patched.

from custom-elements.

bicknellr avatar bicknellr commented on June 28, 2024

If you're using a Shadow DOM polyfill (like Shady DOM) and you're still seeing this error, you need to load the Shadow DOM polyfill first so that it can do its patching before the custom elements polyfill does its own.

edit: Additionally, the custom elements polyfill needs to use the Shadow DOM polyfill's methods to inspect / walk the tree. If it doesn't, the custom element polyfill will be operating on the 'composed' tree and callbacks can end up being called on the wrong elements and at the wrong times.

from custom-elements.

bicknellr avatar bicknellr commented on June 28, 2024

@puppetmaster3, I'm going to close this since I don't think this is actually a bug. If you find that this still happens in situations where you're using Shadow DOM, please leave a comment and I'll reopen it.

from custom-elements.

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.