Revision 7fdb3e84
Added by koszko over 1 year ago
content/policy_enforcing.js | ||
---|---|---|
361 | 361 |
} |
362 | 362 |
|
363 | 363 |
/* |
364 |
* Trying to use servce workers APIs might result in exceptions, for example |
|
364 |
* Trying to use service workers APIs might result in exceptions, for example
|
|
365 | 365 |
* when in a non-HTML document. Because of this, we wrap the function that does |
366 | 366 |
* the actual work in a try {} block. |
367 | 367 |
*/ |
Also available in: Unified diff
fix comment typo