Breaking changes:
-
Migrate FFI to ES modules (#14 by @JordanMartinez)
-
Update
CSSStyleDeclaration
functions to takestyle
arg last (#12 by @theqp)This follows the convention of "the thing being operated on" occurs
last in function that take multiple arguments.