1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:27:34 +00:00

Tests/LibWeb: Verify XHR.response is an instance of ArrayBuffer

This verifies that XHR.response is an instance of ArrayBuffer when
XHR.responseType is set to 'arraybuffer'.
This commit is contained in:
Kenneth Myhra 2023-11-27 20:28:46 +01:00 committed by Andreas Kling
parent 68fa8f52b4
commit 990f73708d
2 changed files with 19 additions and 0 deletions