tbranyen/diffhtml

Remove UUID

tbranyen opened this issue · 1 comments

The UUID concept was introduced as a way to tie descriptor (vTree) objects to DOM nodes. Since Web Workers could produce objects as well I thought UUID would be a good bridge. Since I've removed Web Workers, it's entirely possible to simply utilize the object reference itself as a lookup.

This is an internal concept that if removed will keep the lib backwards compatible.

Removed in 97937f3