(...args)
| 5136 | } |
| 5137 | stream(...args) { |
| 5138 | webidl.brandCheck(this, _FileLike); |
| 5139 | return this[kState].blobLike.stream(...args); |
| 5140 | } |
| 5141 | arrayBuffer(...args) { |
| 5142 | webidl.brandCheck(this, _FileLike); |
| 5143 | return this[kState].blobLike.arrayBuffer(...args); |
| 5144 | } |
no outgoing calls
no test coverage detected