README
natural-selection
Detect if an element supports selection range in chrome
var naturalSelection = require('natural-selection');
var elementSupportsSelectionRange = naturalSelection(element); // true or false
Detect if an element supports selection range in chrome
<script type="module">
import naturalSelection from 'https://cdn.skypack.dev/natural-selection';
</script>
Detect if an element supports selection range in chrome
var naturalSelection = require('natural-selection');
var elementSupportsSelectionRange = naturalSelection(element); // true or false