[ ] - document.cookie [ ] - document.allCookies
- localStorage ?
- sessionStorage ?
document.defaultView.sessionStorage
- getSelection
fetch within tab or document. With access to cookies
[ ] - document.fetch
like @client
in apollo-client.
- remove click fields, resolve document.
- iterate clicks, with resolved document.
- merge
@validate
return null if something wrong inside field, maybe push to global errors, or validationErrors
{
"data": {},
"errors": null,
"validationErrors": [
{ "path": "document.select.select.attr", "message": "does not exist" }
]
}
And maybe realtime something in browser/popup for flow-steps
yarn
yarn serve
yarn build