Note about incorrect usage of blink::SchemeRegistry methods
This commit is contained in:
parent
73919ea91a
commit
fd297722a8
4 changed files with 6 additions and 9 deletions
|
@ -17,7 +17,6 @@ describe('webFrame module', function () {
|
|||
|
||||
describe('webFrame.registerURLSchemeAsPrivileged', function () {
|
||||
it('supports fetch api by default', function (done) {
|
||||
webFrame.registerURLSchemeAsPrivileged('file')
|
||||
var url = 'file://' + fixtures + '/assets/logo.png'
|
||||
window.fetch(url).then(function (response) {
|
||||
assert(response.ok)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue