Skip to content

fix(fetch): fixed a possible memory leak in the AbortController for the stream response if the ReadableStream is not supported; #1229

fix(fetch): fixed a possible memory leak in the AbortController for the stream response if the ReadableStream is not supported;

fix(fetch): fixed a possible memory leak in the AbortController for the stream response if the ReadableStream is not supported; #1229

Workflow file for this run

name: 'Dependency Review'
on: [pull_request]
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
with:
persist-credentials: false
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3