docs: update jsdoc

This commit is contained in:
soulgalore 2024-05-29 13:56:32 +02:00
parent a88f2daf96
commit f42426a54c
6 changed files with 6 additions and 6 deletions

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

View File

@ -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
*/