mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Issue #1442 - Part 8: Fetch implementation of streams. https://bugzilla.mozilla.org/show_bug.cgi?id=1128959 +worker-friendly pref checking for the DOM API.
This commit is contained in:
parent
dd2c9eb418
commit
bff1f3bc60
13 changed files with 620 additions and 24 deletions
|
|
@ -722,6 +722,7 @@ DOMInterfaces = {
|
|||
'headers': 'headers_',
|
||||
'referrerPolicy': 'referrerPolicy_'
|
||||
},
|
||||
'implicitJSContext': [ 'arrayBuffer', 'blob', 'formData', 'json', 'text' ],
|
||||
},
|
||||
|
||||
'ResizeObservation': {
|
||||
|
|
@ -746,6 +747,7 @@ DOMInterfaces = {
|
|||
|
||||
'Response': {
|
||||
'binaryNames': { 'headers': 'headers_' },
|
||||
'implicitJSContext': [ 'arrayBuffer', 'blob', 'formData', 'json', 'text' ],
|
||||
},
|
||||
|
||||
'RGBColor': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue