()
| 6 | } |
| 7 | |
| 8 | udo(){ |
| 9 | const data = this.udoArr.pop(); |
| 10 | if (data){ |
| 11 | localStorage.setItem(Store.namespace, data ); |
| 12 | return true; |
| 13 | } |
| 14 | return false; |
| 15 | } |
| 16 | |
| 17 | write( config, nodes ) { |
| 18 | const serializedData = localStorage.getItem( Store.namespace ); |