Skip to content

Commit f2d0663

Browse files
falsandtruJonathan Ginsburg
authored andcommitted
docs: add integrity parameter
1 parent dc51a2e commit f2d0663

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/config/02-files.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ The `files` array determines which files are included in the browser, watched, a
5454
* **Default.** `false`
5555
* **Description.** Should the files be served from disk on each request by Karma's webserver?
5656

57+
### `integrity`
58+
* **Type.** String
59+
* **Default.** `undefined`
60+
* **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.
61+
5762
## Pattern matching and `basePath`
5863
- All of the relative patterns will get resolved using the `basePath` first.
5964
- If the `basePath` is a relative path, it gets resolved to the

0 commit comments

Comments
 (0)