Netflix / x-element

A dead simple starting point for custom elements.
Apache License 2.0
28 stars 12 forks source link

Make internals of x-element #private when support lands in modern browsers. #63

Closed theengineear closed 2 years ago

theengineear commented 4 years ago

In #58, we'll be refactoring our code to have a clearer distinction between what is "public facing" and what is "private facing". We've put double underscores in front of methods which we intend to truly internalize later.

Ultimately, this ticket is just a reminder to switch the __ in our code to # when it's supported in browsers we target.