We Need DOM APIs in Workers

I need DOM APIs in Workers for different reasons than most people. Many people would like the DOM in Workers to make updating the DOM not block the main thread. I need it so I can efficiently parse and manipulate XML data and to output HTML, and I suspect many other people do.

In a recent project, I wanted to share as much logic as possible between the server, service worker, and the client. The project is essentially a simple RSS feed reader, it takes RSS feeds, parses the data, and merges them into a nice set of columns (much like TweetDeck), and also a single merged list. https://goo.gl/uAXPbE #DataIntegration #ML

Subscribe To Newsletter

Sign up for my newsletter and get the latest technology news

2019 © Craig Brown PhD. All rights reserved.