Jinho Bang
Jinho Bang
We need Cache API to improve a performance in client side. If client developer uses the API, most of static pages should be cached automatically. So, we might need the...
Current lint command only affects server/ directory. But we have already much codes in client/ directory as well. So, we should make the lint command apply to client/ directory as...
The API set should include the following things at least: ```webidl [ Constructor(string dbName) ] interface IndexedDB { Promise set(string key, object value); Promise get(string key); Promise remove(string key); };...
We should implement base application framework similar to JS version base[1] in v1. [1] https://github.com/lunchclass/absolute/blob/absolute_v1/server/base/application.js
After long discussion, we decided to restart from scratch as v2. So, we changed ```absolute_2.0``` working branch to ```master``` branch and rename existing ```master``` branch with ```absolute_v1``` branch and froze...
The Bacardi project is our second project to support native integration. To use it in Absolute project, we should introduce sync mechanism.
Use `[SecureContext]` instead of manually throwing an exception.