File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -2892,6 +2892,23 @@ <h2>Navigation</h2>
2892
2892
</ tr >
2893
2893
</ table >
2894
2894
2895
+ < p > When asked to < dfn > deserialize as a page load strategy</ dfn > with
2896
+ argument < var > value</ var > :
2897
+
2898
+ < ol >
2899
+ < li > < p > If < var > value</ var > is < code > null</ code > , let < var > value</ var >
2900
+ be set to "< code > normal</ code > ".
2901
+
2902
+ < li > < p > If < var > value</ var > is not a < a > string</ a > return
2903
+ an < a > error</ a > with < a > error code</ a > < a > invalid argument</ a > .
2904
+
2905
+ < li > < p > If there is no entry in the < a > table of page load
2906
+ strategies</ a > with < code > keyword</ code > < var > value</ var > return
2907
+ an < a > error</ a > with < a > error code</ a > < a > invalid argument</ a > .
2908
+
2909
+ < li > < p > Return < a > success</ a > with data < var > value</ var > .
2910
+ </ ol >
2911
+
2895
2912
< p > When asked to < dfn data-lt ="waiting for the navigation to complete "> wait for navigation to complete</ dfn > ,
2896
2913
run the following steps:
2897
2914
You can’t perform that action at this time.
0 commit comments