Giter Site home page Giter Site logo

Comments (3)

MartinJohns avatar MartinJohns commented on June 7, 2024 1

This is working as intended. A callback returning void means "can be whatever, I don't care". If the user wants to return a promise, so be it. When they want to return an object, so be it.

https://github.com/microsoft/TypeScript/wiki/FAQ#why-are-functions-returning-non-void-assignable-to-function-returning-void

See also: #42709

from typescript.

Jamesernator avatar Jamesernator commented on June 7, 2024

Same goes from the other direction if by accident I put a callback () => Promise<void> into an higher-order function that only accepts () => void I would like to be informed that the higher-order function will not handle the Promise rejection correctly because it does not expect a Promise to be returned by the callback but void.

Typescript-eslint has a rule for this if you really want to ensure you're not using this behaviour.

from typescript.

TarSzator avatar TarSzator commented on June 7, 2024

Thank you @MartinJohns that helped

Thanks also @Jamesernator I knew about that but good that it is written here as well for others 😄

from typescript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.