Skip to content

W-23907833 Javascript policy - #1149

Merged
glenn-rodgers-sf merged 4 commits into
omni-gateway-1-14-releasefrom
W-23907833-javascript-policy-gr
Aug 19, 2026
Merged

W-23907833 Javascript policy#1149
glenn-rodgers-sf merged 4 commits into
omni-gateway-1-14-releasefrom
W-23907833-javascript-policy-gr

Conversation

@glenn-rodgers-sf

Copy link
Copy Markdown
Contributor

Writer's Quality Checklist

Before merging your PR, did you:

  • Run spell checker
  • Run link checker to check for broken xrefs
  • Check for orphan files
  • Perform a local build and do a final visual check of your content, including checking for:
    • Broken images
    • Dead links
    • Correct rendering of partials if they are used in your content
    • Formatting issues, such as:
      • Misnumbered ordered lists (steps) or incorrectly nested unordered lists
      • Messed up tables
      • Proper indentation
      • Correct header levels
  • Receive final review and signoff from:
    • Technical SME
    • Product Manager
    • Editor or peer reviewer
    • Reporter, if this content is in response to a reported issue (internal or external feedback)
  • If applicable, verify that the software actually got released

@glenn-rodgers-sf
glenn-rodgers-sf requested a review from a team as a code owner August 18, 2026 14:28

The module must export at least one of these functions to properly load.

Module-level variables persist across invocations to share state between requests (for example, to maintain a counter). The runtime provides the standard `console`, `TextEncoder`, and `TextDecoder` globals. The script runs synchronously; `async` functions and promises returned from a filter aren't awaited.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"aren't awaited" is a bit of an unusual construct. Would it work to just say "the script doesn't wait for 'async' functions and promises returned from a filter"?

@glenn-rodgers-sf
glenn-rodgers-sf merged commit 98dce7d into omni-gateway-1-14-release Aug 19, 2026
@glenn-rodgers-sf
glenn-rodgers-sf deleted the W-23907833-javascript-policy-gr branch August 19, 2026 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants