File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -120,10 +120,11 @@ Repository: w3c/webextensions
120
120
<a href="https://w3c.github.io/webdriver/#dfn-error">error</a>
121
121
with <a href="https://w3c.github.io/webdriver/#dfn-error">
122
122
error code</a> unsupported operation.
123
- <li><p> Let <var> value</var> be the result of
124
- getting the property"<code> value</code> " from
125
- <var> parameters</var> . If <var> value</var> is
126
- <code> null</code> , return
123
+ <li type='a'><p> If <var> type hint</var> is "base64", let <var> value</var>
124
+ be the result of getting the property "<code> value</code> " from
125
+ <var> parameters</var> . If <var> type hint</var> is "path" or "archivePath",
126
+ let <var> value</var> be the result of getting the property "<code> path</code> " from
127
+ <var> parameters</var> . If <var> value</var> is <code> null</code> , return
127
128
<a href="https://w3c.github.io/webdriver/#dfn-error">error</a>
128
129
with <a href="https://w3c.github.io/webdriver/#dfn-error">
129
130
error code</a> invalid argument.
You can’t perform that action at this time.
0 commit comments