Skip to content

Adding onStart argument to LoadingManager constructor? #14659

@takahirox

Description

@takahirox
Description of the problem

LoadingManager has four .on callback function properties, .onLoad, .onProgress, onError, and .onStart. It takes three of them as arguments of the constructor, onLoad, onProgress, and onError.

https://threejs.org/docs/#api/loaders/managers/LoadingManager

Why not adding the firth argument .onStart to the constructor? Any historical reasons?

If you folks agree with adding it, I'll make PR.

Three.js version
  • Dev
  • r95
  • ...
Browser
  • All of them
  • Chrome
  • Firefox
  • Internet Explorer
OS
  • All of them
  • Windows
  • macOS
  • Linux
  • Android
  • iOS
Hardware Requirements (graphics card, VR Device, ...)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions