GoogleChromeLabs / shadow-selection-polyfill

Polyfill for shadowRoot.getSelection() in Safari
https://googlechromelabs.github.io/shadow-selection-polyfill/demo.html
Apache License 2.0
29 stars 7 forks source link

Use the correct name for exported method #2

Closed web-padawan closed 6 years ago

web-padawan commented 6 years ago

The actual method name is getRange not the getShadowRootSelectionRange so it should be replaced to not confuse anyone.