aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/misc/peertube-local-storage.ts
Commit message (Collapse)AuthorAgeFilesLines
* NoImplicitAny flag true (#1157)BO412018-10-181-3/+3
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Upgrade client dependenciesChocobozzz2018-07-311-2/+2
|
* Proxify local storage and handle if it is unavailableChocobozzz2018-03-231-0/+70