-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migration Guide: This relases changes the package from a Common JS module to an EcmaScript module, and drops support for older versions of Node. - The minimum version of Node.js supported is now: `12.20.0`, `14.13.1`, and `16.0.0` - The package must now be imported using the native `import` syntax instead of with `require` - The exported functions have been renamed to have better stand-alone names: - `get` to `getAttribute` - `set` to `setAttribute` - `remove` to `removeAttribute` - `list` to `listAttributes` - `getSync` to `getAttributeSync` - `setSync` to `setAttributeSync` - `removeSync` to `removeAttributeSync` - `listSync` to `listAttributesSync`
- Loading branch information
Showing
6 changed files
with
66 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters