mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
script: Make Blob.ArrayBuffer()
more specification-compliant (#35748)
I have modified the Blob.ArrayBuffer implementation to comply with the specification part of #25209. See also: #35151. Testing: This does not seem to affect tested behavior, so no new tests. Signed-off-by: yoseio <98276492+yoseio@users.noreply.github.com>
This commit is contained in:
parent
6e97fc0bc4
commit
ec448b1423
2 changed files with 43 additions and 28 deletions
|
@ -39,7 +39,7 @@ DOMInterfaces = {
|
|||
'Blob': {
|
||||
'weakReferenceable': True,
|
||||
'canGc': ['Slice', 'Text', 'ArrayBuffer', 'Stream', 'Bytes'],
|
||||
'inRealms': ['Bytes'],
|
||||
'inRealms': ['Bytes', 'ArrayBuffer'],
|
||||
},
|
||||
|
||||
'Bluetooth': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue