Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

fix: memory leak for inline workers #252

Merged
merged 1 commit into from
Jul 10, 2020
Merged

fix: memory leak for inline workers #252

merged 1 commit into from
Jul 10, 2020

Conversation

alexander-akait
Copy link
Member

@alexander-akait alexander-akait commented Jul 10, 2020

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

fix memory leak

Breaking Changes

No

Additional Info

fixes #208
fixes #209

@codecov
Copy link

codecov bot commented Jul 10, 2020

Codecov Report

Merging #252 into master will decrease coverage by 1.90%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #252      +/-   ##
==========================================
- Coverage   59.29%   57.39%   -1.91%     
==========================================
  Files           6        6              
  Lines         113      115       +2     
  Branches       36       36              
==========================================
- Hits           67       66       -1     
- Misses         41       44       +3     
  Partials        5        5              
Impacted Files Coverage Δ
src/workers/InlineWorker.js 0.00% <0.00%> (ø)
src/workers/index.js 68.42% <ø> (-1.58%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f03498d...186fe0b. Read the comment docs.

@alexander-akait alexander-akait merged commit f729e34 into master Jul 10, 2020
@alexander-akait alexander-akait deleted the issue-208 branch July 10, 2020 12:41
TheLD6978 pushed a commit to TheLD6978/worker-loader that referenced this pull request Apr 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory leak resulting in net::ERR_OUT_OF_MEMORY
1 participant