Skip to content

Commit af3278e

Browse files
authored
Merge pull request #767 from kiaraarose/main
Update specification for loading web extensions in WebDriver Classic
2 parents e393c3f + a6f50dc commit af3278e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

specification/webdriver-classic.bs

+5-4
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,11 @@ Repository: w3c/webextensions
120120
<a href="https://w3c.github.io/webdriver/#dfn-error">error</a>
121121
with <a href="https://w3c.github.io/webdriver/#dfn-error">
122122
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
127128
<a href="https://w3c.github.io/webdriver/#dfn-error">error</a>
128129
with <a href="https://w3c.github.io/webdriver/#dfn-error">
129130
error code</a> invalid argument.

0 commit comments

Comments
 (0)