220622
Brane Project Demo Spec
Google's WorkerDOM has no event algorithm.
It partially has some implementations, such as addEventListener.
The event algorithm goes much more profound than that.
Then, Brane should cover very partial JavaScript APIs. The question goes: how do we know what will be the core and what will be plugins?
Note that the division between core and plugin should be the importance of each feature, not size.
Currently thinking:
- For the format, it could be anything.
- Use Sandbox for the outer side.
- Use a variant of WorkerDOM inside.
- WorkerDOM will be an arbiter between the Web Worker thread and the iframe.
- WorkerDOM will harness SharedArrayBuffer.
- the question revolves: what DOM API should WorkerDOM support?
No backlinks found.