An open API service indexing awesome lists of open source software.

https://github.com/dimdengd/iframe-navigation

Library to open links as iframes to be able to press Back button to go to page without reload
https://github.com/dimdengd/iframe-navigation

Last synced: about 1 year ago
JSON representation

Library to open links as iframes to be able to press Back button to go to page without reload

Awesome Lists containing this project

README

          

# iframe-navigation
Library to open links as iframes to be able to press Back button to go to page without reload.

Usage:
```js
document.addEventListener('click', useIframeNavigation);
```