This repository has been archived on 2023-12-17. You can view files and clone it, but cannot push or open issues or pull requests.
extension/src/main
Derrick Hammer 33c6302205
*Refactor to a Web Stream based architecture for processing IPFS content
*Implement a concept of content filters to support modifying stream data before rendering it
*Add a CSP filter to remove CSP meta tags
2022-09-08 07:28:31 -04:00
..
background.ts *Load the server provider last incase there the domain has content and ip records are issues with the dns server 2022-08-23 15:28:05 -04:00
bootloader.ts *Refactor to a Web Stream based architecture for processing IPFS content 2022-09-08 07:28:31 -04:00
bridge.ts *Solve bridge loading race condition by using a blocking promised, resolved by a bridgeLoaded command from a bridge 2022-07-31 00:51:02 -04:00
crypto.ts *Implement a crypto subtle polyfill 2022-08-22 01:19:34 -04:00
cryptoLoader.ts *Change crypto loader to use DOMContentLoaded to ensure document.head exists 2022-08-22 03:22:03 -04:00
vars.ts *Consolidate all dns setup into 1 function and store the promise 2022-08-22 01:52:10 -04:00