Minor doc edits and link to MDN page
This commit is contained in:
parent
62cb8428fb
commit
4ce2c221c9
2 changed files with 7 additions and 5 deletions
|
@ -966,7 +966,7 @@ describe('protocol module', function () {
|
|||
})
|
||||
})
|
||||
|
||||
it('can access files through FileSystem API', function (done) {
|
||||
it('can access files through the FileSystem API', function (done) {
|
||||
let filePath = path.join(__dirname, 'fixtures', 'pages', 'filesystem.html')
|
||||
const handler = function (request, callback) {
|
||||
callback({path: filePath})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue