mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #13934 from Snuffleupagus/rm-IPDFHistory
Remove the `IPDFHistory` interface
This commit is contained in:
commit
4346b39cbd
1 changed files with 0 additions and 29 deletions
|
@ -102,34 +102,6 @@ class IPDFLinkService {
|
|||
isPageCached(pageNumber) {}
|
||||
}
|
||||
|
||||
/**
|
||||
* @interface
|
||||
*/
|
||||
class IPDFHistory {
|
||||
/**
|
||||
* @param {Object} params
|
||||
*/
|
||||
initialize({ fingerprint, resetHistory = false, updateUrl = false }) {}
|
||||
|
||||
reset() {}
|
||||
|
||||
/**
|
||||
* @param {Object} params
|
||||
*/
|
||||
push({ namedDest = null, explicitDest, pageNumber }) {}
|
||||
|
||||
/**
|
||||
* @param {number} pageNumber
|
||||
*/
|
||||
pushPage(pageNumber) {}
|
||||
|
||||
pushCurrentPosition() {}
|
||||
|
||||
back() {}
|
||||
|
||||
forward() {}
|
||||
}
|
||||
|
||||
/**
|
||||
* @interface
|
||||
*/
|
||||
|
@ -265,7 +237,6 @@ class IL10n {
|
|||
export {
|
||||
IL10n,
|
||||
IPDFAnnotationLayerFactory,
|
||||
IPDFHistory,
|
||||
IPDFLinkService,
|
||||
IPDFStructTreeLayerFactory,
|
||||
IPDFTextLayerFactory,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue