-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace some DOM Element functions not supported in Salesforce (#…
…796) - some methods aren't supported in Salesforce for unknown reasons and it throws some errors like "append method does not exist", however they can be easily replaced. `.append()` can be replaced by `.appendChild()` and `.replaceChildren()` can be replaced with our own custom `.emptyElement()` that was already used
- Loading branch information
1 parent
b458c23
commit e427bd2
Showing
1 changed file
with
10 additions
and
10 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