docs: update jsdoc
This commit is contained in:
parent
a88f2daf96
commit
f42426a54c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -7,7 +7,7 @@
|
|||
export default async function (context, commands) {
|
||||
await commands.navigate('https://www.sitespeed.io');
|
||||
}
|
||||
</code></pre><h2 id="cache">Cache</h2><p>You can clear the browser cache from your script. The command works in Chrome, Edge and Firefox. Use it when you want to clear the browser cache between different URLs.</p><h3 id="clear-cache-and-cookies">Clear cache and cookies</h3><pre class="prettyprint source lang-javascript"><code>/**
|
||||
</code></pre><h2 id="cache">Cache</h2><p>You can clear the browser cache from your script. The command works in Chrome and Edge. Use it when you want to clear the browser cache between different URLs.</p><h3 id="clear-cache-and-cookies">Clear cache and cookies</h3><pre class="prettyprint source lang-javascript"><code>/**
|
||||
* @param {import('browsertime').BrowsertimeContext} context
|
||||
* @param {import('browsertime').BrowsertimeCommands} commands
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue