Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: TypeError: headers is not iterable #210

Merged
merged 4 commits into from
Oct 31, 2024
Merged

Commits on Oct 31, 2024

  1. fix: TypeError: headers is not iterable

    At runtime headers may not be an `instanceof` Headers. 
    
    This causes a lot of bugs. 
    
    the function may get a js object as an argument. 
    
    Instead of looping directly through `headers`, I get the entries then loop through them.
    mjad218 authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    1b0e287 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4303748 View commit details
    Browse the repository at this point in the history
  3. fix: format document utils.ts

    mjad218 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    1f92c58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a6be4f View commit details
    Browse the repository at this point in the history