parchment
parchment copied to clipboard
In JavaScript, multiple different global contexts (realms) can exist with their own classes and document (https://tc39.es/ecma262/#realm) and they can access each others objects. These realms are created by calls to...
Dear all, Problem: There is a list of classes, e.g. **class1**, **class2**, **class3**. We have them rolled up into format my_class like this ``` import { ClassAttributor, Scope} from 'parchment';...
Blots used to have a `replace` function, but this no longer appears to be the case as of version 2. Where should this functionality now live? `replaceWith` is mentioned in...