(...args)
| 5140 | } |
| 5141 | arrayBuffer(...args) { |
| 5142 | webidl.brandCheck(this, _FileLike); |
| 5143 | return this[kState].blobLike.arrayBuffer(...args); |
| 5144 | } |
| 5145 | slice(...args) { |
| 5146 | webidl.brandCheck(this, _FileLike); |
| 5147 | return this[kState].blobLike.slice(...args); |
| 5148 | } |