About
why is this site still active
Last Login: 06/06/2023 8:03 pm
Registered: 09/18/2009
Gender: Male
Birthday: 10/21
Quit Gaia on 10/9/12
Don't even bother sending a request
of any kind. You won't get a response.
If you want to contact me on another site,
use my contact tab on the profile.
Comments
View All Comments
https://www.gaiaonline.com/forum/t.96435915_5834/#5834
Application
Framework
API Adapters
Currently our framework is built into the extension, which creates tight coupling. Our codebase can only support the Chromium and Chromium-like (Firefox and Edge) APIs. The goal with v2 is to extract the framework into it's own project and rebuild it from the ground up to better implement OOP design patterns. The framework will then be imported into the extension as a dependency. The framework will provide a common API to the extension while using the API adapters to communicate with the browser. Where the API adapters handle the heavy lifting. This means at build time we can swap the underlying browser support files. Meaning we can theoretically support any browser.
Nice!