From f3d451c90edee9b654f6038fb439fd345ec6fc2a Mon Sep 17 00:00:00 2001 From: sashafir Date: Mon, 16 Apr 2018 20:59:45 -0700 Subject: [PATCH] moved implementation into embed-page.js from html in preparation to npm publish --- TODO.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index bd6a9f7..3770dd9 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1,8 @@ -* 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 @@ -7,5 +10,15 @@ * 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 \ No newline at end of file