Merge pull request #11737 from kwonoj/feat-cache-capacity
feat(webframe): export set cache capacity interface
This commit is contained in:
commit
181169b743
4 changed files with 26 additions and 0 deletions
|
@ -139,4 +139,10 @@ describe('webFrame module', function () {
|
|||
webFrame.setLayoutZoomLevelLimits(0, 25)
|
||||
})
|
||||
})
|
||||
|
||||
it('supports setting cache capacity', function () {
|
||||
assert.doesNotThrow(function () {
|
||||
webFrame.setCacheCapacity(1024)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue