This commit is contained in:
Brian Smith 2023-09-28 14:05:55 -05:00 • committed by roytam1
commit a8a75090c0
14 changed files with 413 additions and 72 deletions

View file

@ -747,7 +747,8 @@ DOMInterfaces = {
'Response': {
'binaryNames': { 'headers': 'headers_' },
'implicitJSContext': [ 'arrayBuffer', 'blob', 'formData', 'json', 'text' ],
'implicitJSContext': [ 'arrayBuffer', 'blob', 'formData', 'json', 'text',
'clone', 'cloneUnfiltered' ],
},
'RGBColor': {