app-storage icon indicating copy to clipboard operation
app-storage copied to clipboard

Data-pipes and specialized services

Results 33 app-storage issues
Sort by recently updated
recently updated
newest added

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

cla: yes
dependencies

### Description Have been dealing with the evil `SyntaxError: expected expression, got ' - [ ] Chrome 55+ - [x] Firefox 50+ - [ ] Safari 10+ - [ ]...

I need this to save AJAX requests for 24 hours for the pixabay API. When the user searches manually I want to check in the locally stored requests if he...

### Description When i do browser refresh persisted data is reset ### Expected outcome It should not be reset untill done ### Actual outcome Persisted data is resetting ### Live...

Usage of app-localstorage-document.js ``` static get template() { return html`` } ``` At least it should not be broken.... but page reloads in dead cycle for IE11. If I would...

### Description Why In setStoredValue: function(path, value) the value argument is not used. ``` setStoredValue: function(path, value) { if (this.key != null) { try { this.__setStorageValue(this.key, this.data); } catch (e)...

in many cases, users will want to destroy a bound value by setting it as undefined solves #79

cla: yes

Similar to https://github.com/firebase/polymerfire/pull/166. Also added a `disconnected` behavior to handle cases where `data` and `persistedData` should not be linked anymore, eg, for a case like data bound to a remote...

cla: yes