mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
Updated request to parse DOM is xml is responseXML is not present
This commit is contained in:
parent
105a3a36d6
commit
239109dadb
4 changed files with 19 additions and 5 deletions
|
@ -286,7 +286,7 @@ asyncTest("Get all TOC", 1, function() {
|
|||
|
||||
});
|
||||
|
||||
asyncTest("Get TOC time by href", 1, function() {
|
||||
asyncTest("Get TOC item by href", 1, function() {
|
||||
|
||||
var book = ePub("../books/moby-dick/OPS/package.opf");
|
||||
book.loaded.navigation.then(function(){
|
||||
|
@ -297,7 +297,7 @@ asyncTest("Get TOC time by href", 1, function() {
|
|||
|
||||
});
|
||||
|
||||
asyncTest("Get TOC time by ID", 1, function() {
|
||||
asyncTest("Get TOC item by ID", 1, function() {
|
||||
|
||||
var book = ePub("../books/moby-dick/OPS/package.opf");
|
||||
book.loaded.navigation.then(function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue