UNPKG

polyfill-service

Version:
7 lines (6 loc) 240 B
Object.freeze = function freeze(object) { // This feature cannot be implemented fully as a polyfill. // We choose to silently fail which allows "securable" code // to "gracefully" degrade to working but insecure code. return object; };