Package Exports
- details-element-polyfill
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (details-element-polyfill) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
HTML <details>
Element Polyfill
Implemented Features
* Toggling on click * Toggling with `element.open = true` and `element.open = false` * Toggling with `element.setAttribute("open", "")` and `element.removeAttribute("open")` * Dispatching the [`toggle` event](http://www.w3schools.com/jsref/event_ontoggle.asp)Download
* **[details-element-polyfill.js](https://raw.githubusercontent.com/javan/details-element-polyfill/master/dist/details-element-polyfill.js)** (2.6 KB)Browser Support
[](https://saucelabs.com/u/details-polyfill)Fine Print
Licensed under the [MIT License](LICENSE)© 2016 Javan Makhmali