Skip to content
This repository was archived by the owner on Feb 22, 2021. It is now read-only.

Commit 08d7367

Browse files
authored
Update README.md
1 parent c85de50 commit 08d7367

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import { BackLoader } from 'back-loader'
1919

2020
const backHandler = new BackLoader({
21-
urls?: string[],
21+
pages?: string[],
2222
scripts?: string[],
2323
styles?: string[],
2424
images?: string[],
@@ -36,6 +36,12 @@ type loadEvent = {
3636
success: boolean,
3737
insertScripts?: Function,
3838
}
39+
40+
#### More
41+
42+
1. the resources of different domain names can be loaded normally.
43+
2. if you use `page`, `back-loader` automatically analyzes every resources included in the page. but domain name needs to be the same as the current page. (of course)
44+
3945
```
4046

4147
#### LICENSE

0 commit comments

Comments
 (0)