Skip to content

Commit

Permalink
moved implementation into embed-page.js from html in preparation to n…
Browse files Browse the repository at this point in the history
…pm publish
  • Loading branch information
sashafir committed Apr 17, 2018
1 parent a8d9b6c commit f3d451c
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
* remove Polymer dependencies, move to JS from html.
* cookies
* localStorage, sessionStorage
* insulation layers (domain,host,page,instance,named) - param & storage
* insulation layers - dynamic change?
* cookies, insulation
* layers - docs
* history
* [Extend HTMLElement](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) instead of Polymer.Element
* use embed-page.js as entry point
* bower & npm publish
* instructions to use
* form post
* event handlers re-evaluation for embedded content
* test suite


* compatibility with Polymer, Ionic, Stencil, React, Angular,?...
* series of examples in [Plunker](http://plnkr.co/), add examples into ApiFusion,
back links from Plunker to AF as "other examples" link.

Release 1

* remove Polymer dependencies
* remove the use of cancelled XHRs.
* **iframe.contentWindow** protection to

0 comments on commit f3d451c

Please sign in to comment.