(...args)
| 5128 | const t = options.type; |
| 5129 | const d = (_a = options.lastModified) != null ? _a : Date.now(); |
| 5130 | this[kState] = { |
| 5131 | blobLike, |
| 5132 | name: n, |
| 5133 | type: t, |
| 5134 | lastModified: d |
| 5135 | }; |
| 5136 | } |
no outgoing calls
no test coverage detected