Merge pull request #13934 from Snuffleupagus/rm-IPDFHistory
Remove the `IPDFHistory` interface
This commit is contained in:
commit
4346b39cbd
@ -102,34 +102,6 @@ class IPDFLinkService {
|
|||||||
isPageCached(pageNumber) {}
|
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
|
* @interface
|
||||||
*/
|
*/
|
||||||
@ -265,7 +237,6 @@ class IL10n {
|
|||||||
export {
|
export {
|
||||||
IL10n,
|
IL10n,
|
||||||
IPDFAnnotationLayerFactory,
|
IPDFAnnotationLayerFactory,
|
||||||
IPDFHistory,
|
|
||||||
IPDFLinkService,
|
IPDFLinkService,
|
||||||
IPDFStructTreeLayerFactory,
|
IPDFStructTreeLayerFactory,
|
||||||
IPDFTextLayerFactory,
|
IPDFTextLayerFactory,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user