jazzypants1989 / jessquery

Modern JavaScript is pretty good, but typing `document.querySelector()` is a pain. This is a tiny library that makes DOM manipulation easy. jQuery is around 30kb, while this is only around 3.5kb. Lots of JSDoc comments so it's self-documenting and works great with TypeScript.
119 stars 1 forks source link

setHTML doesn't work anymore... for now... maybe... #6

Open jazzypants1989 opened 4 months ago

jazzypants1989 commented 4 months ago

I disappeared for six months due to personal issues, and setHTML got temporarily removed from Chrome. Apparently, the API has been changing too rapidly and they wanted to hold off until it settled down.

The explainer is still being actively updated, and the spec was just updated a couple weeks ago, but I might want to make a quick update since it seems like a few people are actually using this library.