Skip to content

Commit

Permalink
update added tag for trusted-prune-inbound-object
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 7298d5b
Author: Slava Leleka <[email protected]>
Date:   Mon Nov 13 16:59:47 2023 +0200

    update added tag for trusted-prune-inbound-object
  • Loading branch information
slavaleleka committed Nov 13, 2023
1 parent 5ab21cd commit c79938f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scriptlets/trusted-prune-inbound-object.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ import {
* example.org#%#//scriptlet('trusted-prune-inbound-object', 'JSON.stringify', '', 'bar', '')
* ```
*
* @added unknown.
* @added v1.9.91.
*/
/* eslint-enable max-len */
export function trustedPruneInboundObject(source, functionName, propsToRemove, requiredInitialProps, stack = '') {
Expand Down
2 changes: 1 addition & 1 deletion wiki/about-trusted-scriptlets.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ and each of them should match the syntax. Possible `name`s:
## <a id="trusted-prune-inbound-object"></a> ⚡️ trusted-prune-inbound-object
> Added in unknown.
> Added in v1.9.91.
Removes listed properties from the result of calling specific function (if payload contains `Object`)
and returns to the caller.
Expand Down

0 comments on commit c79938f

Please sign in to comment.