mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
polyfill: fetch: disable Arraybuffer usage
This commit is contained in:
@@ -44,7 +44,13 @@ pub const source =
|
||||
\\ }
|
||||
\\ })(),
|
||||
\\ 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) {
|
||||
|
||||
Reference in New Issue
Block a user