fix: implement ses.getBlobData() for NetworkService (#20041)
* pass data pipe to JS * implement reading buffer * re-enable ses.getBlobData test * remove AtomBlobReader
This commit is contained in:
parent
cc9436f288
commit
96b42bddb8
11 changed files with 259 additions and 229 deletions
|
@ -368,7 +368,7 @@ describe('session module', () => {
|
|||
})
|
||||
})
|
||||
|
||||
describe.skip('ses.getBlobData()', () => {
|
||||
describe('ses.getBlobData()', () => {
|
||||
const scheme = 'cors-blob'
|
||||
const protocol = session.defaultSession.protocol
|
||||
const url = `${scheme}://host`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue