Alexius Academia

Results 2 issues of Alexius Academia

Hi there, I would like to ask if MDI is supported by the library? If so, how can that be implemented? Is it using window.window? One more is getting the...

Hi there. I get this error on macOS. ``` var data = new Object(); data.name = name; data.address = address; storage.set('customers.json', data) .then(() => { console.log('Data saved successfully!') }) .catch((err)...