mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 22:53:28 +00:00
polyfill: fetch: disable Arraybuffer usage
This commit is contained in:
@@ -44,7 +44,13 @@ pub const source =
|
|||||||
\\ }
|
\\ }
|
||||||
\\ })(),
|
\\ })(),
|
||||||
\\ formData: 'FormData' in g,
|
\\ formData: 'FormData' in g,
|
||||||
\\ arrayBuffer: 'ArrayBuffer' in g
|
\\
|
||||||
|
|
||||||
|
// Arraybuffer is available but xhr doesn't implement it for now.
|
||||||
|
//\\ arrayBuffer: 'ArrayBuffer' in g
|
||||||
|
\\ arrayBuffer: false
|
||||||
|
//
|
||||||
|
|
||||||
\\ };
|
\\ };
|
||||||
\\
|
\\
|
||||||
\\ function isDataView(obj) {
|
\\ function isDataView(obj) {
|
||||||
|
|||||||
Reference in New Issue
Block a user