Page MenuHomePhorge

null.js
No OneTemporary

Size
177 B
Referenced Files
None
Subscribers
None
const NullProtoObj = (() => {
const e = function () {};
return ((e.prototype = Object.create(null)), Object.freeze(e.prototype), e);
})();
console.log(new NullProtoObj());

File Metadata

Mime Type
text/plain
Expires
Sun, May 3, 9:17 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
518297
Default Alt Text
null.js (177 B)

Event Timeline