Extendscript Packages

@extendscript/aes.patch.object.freeze

The `Object.freeze()` method freezes an object: that is, prevents new properties from being added to it; prevents existing properties from being removed; and prevents existing properties, or their enumerability, configurability, or writability, from being

2.0.0 • Published 6 years ago

@extendscript/aes.patch.object.seal

The Object.seal() method seals an object, preventing new properties from being added to it and marking all existing properties as non-configurable. Values of present properties can still be changed as long as they are writable.

2.0.0 • Published 6 years ago