220711
Brane Notes
In easy words, Brane is about making a pseudo-ATM. First, make a giant JavaScript object. This giant object has lots of APIs which look exactly like DOM APIs. Give this object to a Web Worker which includes third-party codes.

ATM = Real DOM. Client = Third-party codes. Person behind the ATM = Brane.
Progress
- Used
debug/main.jsto findconsoleprintouts.

Confirmed a demo script created on 2022-07-06 yields logs as above.

Source of these console printouts.
Naïve plan -- Drop-and-Replace
No backlinks found.