Skip to content

Commit

Permalink
docs: add integrity parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
falsandtru authored and Jonathan Ginsburg committed Jun 14, 2022
1 parent dc51a2e commit f2d0663
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/config/02-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ The `files` array determines which files are included in the browser, watched, a
* **Default.** `false`
* **Description.** Should the files be served from disk on each request by Karma's webserver?

### `integrity`
* **Type.** String
* **Default.** `undefined`
* **Description.** Set the `integrity` HTML attribute value to the `<script>` or the `<link>` tag to load the resource that matches the given pattern if the pattern is an absolute URL.

## Pattern matching and `basePath`
- All of the relative patterns will get resolved using the `basePath` first.
- If the `basePath` is a relative path, it gets resolved to the
Expand Down

0 comments on commit f2d0663

Please sign in to comment.