0.0.5 • Published 4 years ago

@bugbearr/ie11support v0.0.5

Weekly downloads
-
License
CC0-1.0
Repository
github
Last release
4 years ago

IE11 support library

RadioNodeList.value

see https://developer.mozilla.org/en-US/docs/Web/API/RadioNodeList/value

  • RadioNodeList_setValue(list, value);
  • RadioNodeList_getValue(list);

IE11 returns HTMLCollection, not RadioNodeList.

Another way