[태그:] push
-
Laravel Collection 메소드 중 concat과 push의 차이
push는 하나의 아이템을 컬렉션의 마지막에 추가하는 거고, concat은 push 메소드를 이용해서 여러 아이템을 한 번에 추가하는 거임.
-
조만간 앱이 없어도 푸시를 보내는 것이 가능해지려나?
사파리7에 네이티브 푸시 노티피케이션이 들어갔다고 한다. Demo of the first public website using Safari’s new native push notifications feature [Video] Unlike HTML5 push notifications, which have been used by some browsers for some time now, native push notifications act like any other installed application’s notifications: they are branded for the web app rather than the browser, […]