| Commit-Queue | +1 |
I cannot see anything in the spec text preventing the usage of this methods on Uint8Array views of ResizableArrayBuffers (https://tc39.es/proposal-arraybuffer-base64/spec/). Looks like we missed it before. PTAL. Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Seems reasonable to me, but I'd like marja to take a look to make sure that this is guarding against length changes correctly (since this is stage 3 and we want to make sure there aren't any spec bugs too)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
LGTM; looks like these methods don't do any fancy input conversions (e.g., the string param has to be a string and won't be converted to a string) or have other hooks which could call into user code which would then resize the buffer.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks you both for the review and confirming it.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[base64] Fix use of ResizableArrayBuffers
Uint8Array views of ResizableArrayBuffers should be acceptable
as receivers in methods of base64 proposal.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |