Skip to content

Commit

Permalink
handle v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed May 15, 2023
1 parent d10aca0 commit a1b3b95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/redirects/static-redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
content: <VAST version="3.0"></VAST>

- title: noopvast-4.0
added: v1.4.3
description: |-
Redirects request to an empty VAST 4.0 response.
Expand Down
3 changes: 3 additions & 0 deletions src/scriptlets/set-local-storage-item.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
/* eslint-disable max-len */
/**
* @scriptlet set-local-storage-item
*
* @description
* Adds specified key and its value to localStorage object, or updates the value of the key if it already exists.
* Scriptlet won't set item if storage is full.
Expand Down Expand Up @@ -38,6 +39,8 @@ import {
*
* example.org#%#//scriptlet('set-local-storage-item', 'exit-intent-marketing', '1')
* ```
*
* @added v1.4.3.
*/
/* eslint-enable max-len */

Expand Down
3 changes: 3 additions & 0 deletions src/scriptlets/set-session-storage-item.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
/* eslint-disable max-len */
/**
* @scriptlet set-session-storage-item
*
* @description
* Adds specified key and its value to sessionStorage object, or updates the value of the key if it already exists.
* Scriptlet won't set item if storage is full.
Expand Down Expand Up @@ -38,6 +39,8 @@ import {
*
* example.org#%#//scriptlet('set-session-storage-item', 'exit-intent-marketing', '1')
* ```
*
* @added v1.4.3.
*/
/* eslint-enable max-len */

Expand Down

0 comments on commit a1b3b95

Please sign in to comment.