Giter Site home page Giter Site logo

hmmhmmhm / cancelable-event Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 0.0 20 KB

๐Ÿ•น Event concept in which the listener can cancel based on priority

License: MIT License

JavaScript 100.00%
event event-emitter event-driven event-listener event-handlers event-dispatcher event-bus javascript nodejs plugin

cancelable-event's Introduction

Kakao Email Badge Notion Badge Twitter URL

Self-introduction

  • ๐ŸŒ I'm currently working as a Web Frontend Developer and I'm aiming to a full stack. (I also like Prisma and mysql.)
  • ๐Ÿงณ I am currently using React and Next.js at work.
  • ๐Ÿ—บ I live in Geumcheon-gu, Korea.
  • โณ I am 29 years old now. I started development at the 17.

Favorite technique

  • ๐Ÿท Vercel based Next.js, Tailwind CSS, Styled JSX (SCSS)
  • ๐Ÿ“ฆ Railway.app based Nest.js, Swagger, React-Query
  • ๐Ÿก Supabase and Upstash based Prisma, MySQL, Redis
  • ๐Ÿง Figma based MUI, Rive, Blueprint.js, Figjam, Spline

Hobby list

  • ๐Ÿง‘๐Ÿปโ€๐Ÿ’ป I like to find and use a new library. (svelte might be)
  • ๐Ÿ˜ธ I have two cat (their colours are the same as ๐Ÿˆ๐Ÿˆโ€โฌ›)
  • ๐Ÿ•น I like games too. (e.g. overwatch, starcraft 2)

cancelable-event's People

Contributors

hmmhmmhm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cancelable-event's Issues

FREE TALK

icon

If there is anything you want to say about this module,
You can freely write what you want through this issue page.

It doesn't matter if it's not an error.
A free subject is allowed. (e.g. Question, Review, Tip sharing)

Cancelable didn't work on Edge

Microsoft Edge 44.17763.1.0
Node v11.6.0
cancelable-event 1.0.0
babel-core 7.1.6
babel-preset-env 7.1.6
babel-loader 8.0.4
webpack 4.25.1

My Code:

import Cancelable from 'cancelable-event'

class MyProject {
  constructor () {
    ...
    this.dispatcher = new Cancelable({
      async: false,
      trace: true,
      override: true
    })
    ...
  }
}

Error:
Object doesn't support property or method 'getFileName': cancelable.js (13,4)
image

Any help?

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.